Age | Commit message (Expand) | Author |
2014-07-29 | ipv4: fail early when creating netdev named all or default | WANG Cong |
2014-05-18 | ipv4: minor spelling fix | stephen hemminger |
2014-05-08 | ipv4: remove inet_addr_hash_lock in devinet.c | WANG Cong |
2014-02-06 | ipv4: Fix runtime WARNING in rtmsg_ifa() | Geert Uytterhoeven |
2014-01-22 | net/ipv4: queue work on power efficient wq | viresh kumar |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane |
2014-01-07 | ipv4: loopback device: ignore value changes after device is upped | Jiri Pirko |
2013-12-22 | netconf: rename PROXY_ARP to NEIGH_PROXY | stephen hemminger |
2013-12-14 | netconf: add proxy-arp support | stephen hemminger |
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-12-09 | neigh: use tbl->family to distinguish ipv4 from ipv6 | Jiri Pirko |
2013-08-09 | net: igmp: Allow user-space configuration of igmp unsolicited report interval | William Manley |
2013-08-09 | net: igmp: Don't flush routing cache when force_igmp_version is modified | William Manley |
2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-08-02 | net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails | Daniel Borkmann |
2013-07-30 | net: remove an unneeded check | Dan Carpenter |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches |
2013-06-12 | igmp: hash a hash table to speedup ip_check_mc_rcu() | Eric Dumazet |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-08 | net: ipv4: fix schedule while atomic bug in check_lifetime() | Jiri Pirko |
2013-04-08 | net: ipv4: reset check_lifetime_work after changing lifetime | Jiri Pirko |
2013-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-05 | net: ipv4: notify when address lifetime changes | Jiri Pirko |
2013-03-24 | ipv4: provide addr and netconf dump consistency info | Nicolas Dichtel |
2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf |
2013-03-06 | netconf: add the handler to dump entries | Nicolas Dichtel |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-01-29 | ipv4: introduce address lifetime | Jiri Pirko |
2013-01-06 | ipv4: fix NULL checking in devinet_ioctl() | Xi Wang |
2012-12-04 | netconf: advertise mc_forwarding status | Nicolas Dichtel |
2012-11-18 | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman |
2012-11-18 | net: Enable some sysctls that are safe for the userns root | Eric W. Biederman |
2012-11-18 | net: Allow userns root to control ipv4 | Eric W. Biederman |
2012-11-18 | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman |
2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman |
2012-11-01 | rtnl/ipv4: use netconf msg to advertise rp_filter status | Nicolas Dichtel |
2012-10-28 | rtnl/ipv4: add support of RTM_GETNETCONF | Nicolas Dichtel |
2012-10-28 | rtnl/ipv4: use netconf msg to advertise forwarding status | Nicolas Dichtel |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-09-21 | net: change return values from -EACCES to -EPERM | Zhao Hongjiang |
2012-09-18 | ipv4/route: arg delay is useless in rt_cache_flush() | Nicolas Dichtel |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman |
2012-09-07 | ipv4/route: arg delay is useless in rt_cache_flush() | Nicolas Dichtel |
2012-08-23 | net: reinstate rtnl in call_netdevice_notifiers() | Eric Dumazet |
2012-08-22 | net: remove delay at device dismantle | Eric Dumazet |
2012-08-04 | ipv4: change inet_addr_hash() | Eric Dumazet |
2012-06-12 | ipv4: Add interface option to enable routing of 127.0.0.0/8 | Thomas Graf |