index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
inetdevice.h
Age
Commit message (
Expand
)
Author
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-20
net: Add extack to validator_info structs used for address notifier
David Ahern
2017-09-21
net: avoid a full fib lookup when rp_filter is disabled.
Paolo Abeni
2017-07-01
net: convert in_device.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-06-09
Ipvlan should return an error when an address is already in use.
Krister Johansen
2017-03-28
net: devinet: Refactor inet_netconf_notify_devconf to take event
David Ahern
2015-10-09
net/inetdevice: bad_mask can be boolean
Yaowei Bai
2015-10-09
net/inetdevice: inet_ifa_match can be boolean
Yaowei Bai
2015-06-24
net: ipv4 sysctl option to ignore routes when nexthop link is down
Andy Gospodarek
2014-11-14
inetdevice: fixed signed integer overflow
Vincent BENAYOUN
2013-12-11
ipv4: fix wildcard search with inet_confirm_addr()
Nicolas Dichtel
2013-12-10
ipv4: add support for IFA_FLAGS nl attribute
Jiri Pirko
2013-12-09
neigh: restore old behaviour of default parms values
Jiri Pirko
2013-09-26
[networking]device.h: Remove extern from function prototypes
Joe Perches
2013-08-22
ipv4: expose IPV4_DEVCONF
stephen hemminger
2013-06-12
igmp: hash a hash table to speedup ip_check_mc_rcu()
Eric Dumazet
2013-01-29
ipv4: introduce address lifetime
Jiri Pirko
2012-12-04
netconf: advertise mc_forwarding status
Nicolas Dichtel
2012-08-04
ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNET
Eric Dumazet
2012-06-12
ipv4: Add interface option to enable routing of 127.0.0.0/8
Thomas Graf
2012-03-16
arp: allow arp processing to honor per interface arp_accept sysctl
Neil Horman
2011-02-18
ipv4: Add hash table of interface addresses.
David S. Miller
2010-12-06
__in_dev_get_rtnl() can use rtnl_dereference()
Eric Dumazet
2010-11-17
inet: Define IPV4_DEVCONF_MAX
Thomas Graf
2010-11-12
igmp: RCU conversion of in_dev->mc_list
Eric Dumazet
2010-09-30
ipv4: introduce __ip_dev_find()
Eric Dumazet
2010-09-15
ipv4: ip_ptr cleanups
Eric Dumazet
2010-02-16
net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers
Eric W. Biederman
2010-01-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-01-07
net: RFC3069, private VLAN proxy arp support
Jesper Dangaard Brouer
2009-12-25
net: restore ip source validation
Jamal Hadi Salim
2009-12-03
ipv4 05/05: add sysctl to accept packets with local source addresses
Patrick McHardy
2009-11-04
net: cleanup include/linux
Eric Dumazet
2009-07-27
ip: fix logic of reverse path filter sysctl
Stephen Hemminger
2009-02-01
net: add ARP notify option for devices
Stephen Hemminger
2008-10-07
ipv4: add mc_count to in_device.
Rami Rosen
2008-06-03
route: Remove unused ifa_anycast field
Thomas Graf
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-02-28
[NETNS]: Process devinet ioctl in the correct namespace.
Denis V. Lunev
2008-01-31
[IPV4]: Make struct ipv4_devconf static.
Adrian Bunk
2008-01-28
[NETNS]: Add namespace parameter to ip_dev_find.
Denis V. Lunev
2008-01-28
[NETNS]: Add netns parameter to inetdev_by_index.
Denis V. Lunev
2008-01-28
[IPV4]: Remove extra argument from arp_ignore.
Denis V. Lunev
2008-01-28
[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one
Pavel Emelyanov
2008-01-28
[IPV4]: Cleanup IN_DEV_MFORWARD macro
Pavel Emelyanov
2008-01-28
[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding
Pavel Emelyanov
2007-06-22
[IPV4]: include sysctl.h from inetdevice.h
Satyam Sharma
2007-06-07
[IPV4]: Restore old behaviour of default config values
Herbert Xu
2007-06-07
[IPV4]: Add default config support after inetdev_init
Herbert Xu
[next]