index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
devinet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netconf: add a notif when settings are created
Nicolas Dichtel
2016-09-01
1
-4
/
+7
*
ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()
Eric Dumazet
2016-07-09
1
-6
/
+6
*
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
2016-03-13
1
-0
/
+4
*
netconf: add macro to represent all attributes
Zhang Shengju
2016-03-13
1
-17
/
+23
*
net: l3mdev: prefer VRF master for source address selection
David Lamparter
2016-02-26
1
-0
/
+17
*
net: l3mdev: address selection should only consider devices in L3 domain
David Ahern
2016-02-26
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-1
/
+1
|
\
|
*
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
2016-02-19
1
-1
/
+1
*
|
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2016-02-11
1
-0
/
+2
*
|
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2016-02-11
1
-0
/
+2
|
/
*
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
2015-10-21
1
-2
/
+2
*
rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 stats
Sowmini Varadhan
2015-09-15
1
-1
/
+2
*
net/ipv4: suppress NETDEV_UP notification on address lifetime update
David Ward
2015-07-28
1
-1
/
+0
*
ipv4: add support for linkdown sysctl to netconf
Andy Gospodarek
2015-07-08
1
-0
/
+13
*
net: ipv4 sysctl option to ignore routes when nexthop link is down
Andy Gospodarek
2015-06-24
1
-0
/
+2
*
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
1
-1
/
+1
*
ipv4: coding style: comparison for equality with NULL
Ian Morris
2015-04-03
1
-20
/
+20
*
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
2015-03-31
1
-5
/
+5
*
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
2015-03-31
1
-3
/
+3
*
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
2015-03-18
1
-2
/
+2
*
netns: constify net_hash_mix() and various callers
Eric Dumazet
2015-03-18
1
-1
/
+1
*
multicast: Extend ip address command to enable multicast group join/leave on
Madhu Challa
2015-02-27
1
-0
/
+31
*
net: spelling fixes
Stephen Hemminger
2015-02-14
1
-1
/
+1
*
net: mark some potential candidates __read_mostly
Daniel Borkmann
2015-01-30
1
-1
/
+1
*
netlink: Fix bugs in nlmsg_end() conversions.
David S. Miller
2015-01-18
1
-3
/
+3
*
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2015-01-18
1
-3
/
+5
*
ipv4: fail early when creating netdev named all or default
WANG Cong
2014-07-29
1
-9
/
+27
*
ipv4: minor spelling fix
stephen hemminger
2014-05-18
1
-1
/
+1
*
ipv4: remove inet_addr_hash_lock in devinet.c
WANG Cong
2014-05-08
1
-5
/
+2
*
ipv4: Fix runtime WARNING in rtmsg_ifa()
Geert Uytterhoeven
2014-02-06
1
-1
/
+2
*
net/ipv4: queue work on power efficient wq
viresh kumar
2014-01-22
1
-4
/
+6
*
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
2014-01-14
1
-1
/
+1
*
ipv4: loopback device: ignore value changes after device is upped
Jiri Pirko
2014-01-07
1
-0
/
+2
*
netconf: rename PROXY_ARP to NEIGH_PROXY
stephen hemminger
2013-12-22
1
-5
/
+5
*
netconf: add proxy-arp support
stephen hemminger
2013-12-14
1
-12
/
+29
*
ipv4: fix wildcard search with inet_confirm_addr()
Nicolas Dichtel
2013-12-11
1
-5
/
+4
*
ipv4: add support for IFA_FLAGS nl attribute
Jiri Pirko
2013-12-10
1
-2
/
+6
*
neigh: restore old behaviour of default parms values
Jiri Pirko
2013-12-09
1
-0
/
+2
*
neigh: use tbl->family to distinguish ipv4 from ipv6
Jiri Pirko
2013-12-09
1
-1
/
+1
*
net: igmp: Allow user-space configuration of igmp unsolicited report interval
William Manley
2013-08-09
1
-0
/
+8
*
net: igmp: Don't flush routing cache when force_igmp_version is modified
William Manley
2013-08-09
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
1
-1
/
+3
|
\
|
*
net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails
Daniel Borkmann
2013-08-02
1
-1
/
+3
*
|
net: remove an unneeded check
Dan Carpenter
2013-07-30
1
-4
/
+1
|
/
*
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
2013-06-13
1
-3
/
+3
*
igmp: hash a hash table to speedup ip_check_mc_rcu()
Eric Dumazet
2013-06-12
1
-0
/
+1
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-22
1
-16
/
+44
|
\
|
*
net: ipv4: fix schedule while atomic bug in check_lifetime()
Jiri Pirko
2013-04-08
1
-16
/
+42
|
*
net: ipv4: reset check_lifetime_work after changing lifetime
Jiri Pirko
2013-04-08
1
-0
/
+2
[next]