index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
arp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4
Rami Rosen
1
-3
/
+2
2008-01-28
[NETNS]: Modify the neighbour table code so it handles multiple network names...
Eric W. Biederman
1
-6
/
+6
2008-01-28
[IPV4] net/ipv4: Use ipv4_is_<type>
Joe Perches
1
-1
/
+1
2008-01-28
[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one
Pavel Emelyanov
1
-2
/
+2
2008-01-28
[IPV4]: Pass the net pointer to the arp_req_set_proxy()
Pavel Emelyanov
1
-12
/
+16
2008-01-28
[ARP]: Consolidate some code in arp_req_set/delete_publc
Pavel Emelyanov
1
-22
/
+19
2008-01-28
[ARP]: Minus one level of ndentation in arp_req_delete
Pavel Emelyanov
1
-20
/
+27
2008-01-28
[ARP]: Minus one level of indentation in arp_req_set
Pavel Emelyanov
1
-25
/
+33
2008-01-25
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
1
-1
/
+1
2007-12-19
[IPV4] ARP: Remove not used code
Mark Ryden
1
-2
/
+1
2007-11-26
[IPV4]: Remove bogus ifdef mess in arp_process
Adrian Bunk
1
-19
/
+0
2007-11-20
[ARP]: Fix arp reply when sender ip 0
Jonas Danielsson
1
-1
/
+2
2007-10-10
[NET]: Make core networking code use seq_open_private
Pavel Emelyanov
1
-18
/
+2
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-2
/
+4
2007-10-10
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
1
-2
/
+1
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-2
/
+2
2007-10-10
[NET]: Make device event notification network namespace safe
Eric W. Biederman
1
-0
/
+3
2007-10-10
[NET]: Make packet reception network namespace safe
Eric W. Biederman
1
-0
/
+3
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-1
/
+2
2007-07-14
[IPV4]: Cleanup call to __neigh_lookup()
Jean Delvare
1
-1
/
+1
2007-06-07
[IPV4]: Convert IPv4 devconf to an array
Herbert Xu
1
-5
/
+6
2007-04-25
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[NET]: make seq_operations const
Stephen Hemminger
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[IPV4]: cleanup
Stephen Hemminger
1
-1
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-1
/
+1
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-33
/
+33
2006-12-02
[IPV6]: Assorted trivial endianness annotations.
Al Viro
1
-1
/
+1
2006-10-03
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-09-28
[IPV4] net/ipv4/arp.c: trivial annotations
Al Viro
1
-15
/
+15
2006-09-28
[IPV4]: inet_addr_type() annotations
Al Viro
1
-2
/
+2
2006-09-28
[IPV4]: inet_select_addr() annotations
Al Viro
1
-2
/
+2
2006-09-28
[IPV4]: ip_route_input() annotations
Al Viro
1
-1
/
+1
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
1
-2
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-14
[IPV4]: Possible cleanups.
Adrian Bunk
1
-2
/
+2
2006-03-20
[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.
Neil Horman
1
-10
/
+10
2006-01-11
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-0
/
+1
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2005-10-03
[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl
Herbert Xu
1
-5
/
+5
2005-10-03
[IPV4]: Fix "Proxy ARP seems broken"
Herbert Xu
1
-6
/
+5
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
1
-1
/
+3
2005-08-29
[NET]: Kill skb->real_dev
David S. Miller
1
-2
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1425
[prev]