summaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
AgeCommit message (Expand)AuthorLines
2016-03-13ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller-0/+4
2016-03-13netconf: add macro to represent all attributesZhang Shengju-17/+23
2016-02-26net: l3mdev: prefer VRF master for source address selectionDavid Lamparter-0/+17
2016-02-26net: l3mdev: address selection should only consider devices in L3 domainDavid Ahern-0/+5
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov-1/+1
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg-0/+2
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg-0/+2
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen-2/+2
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan-1/+2
2015-07-28net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward-1/+0
2015-07-08ipv4: add support for linkdown sysctl to netconfAndy Gospodarek-0/+13
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek-0/+2
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris-20/+20
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc-5/+5
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc-3/+3
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner-2/+2
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet-1/+1
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa-0/+31
2015-02-14net: spelling fixesStephen Hemminger-1/+1
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann-1/+1
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller-3/+3
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-3/+5
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong-9/+27
2014-05-18ipv4: minor spelling fixstephen hemminger-1/+1
2014-05-08ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong-5/+2
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven-1/+2
2014-01-22net/ipv4: queue work on power efficient wqviresh kumar-4/+6
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2014-01-07ipv4: loopback device: ignore value changes after device is uppedJiri Pirko-0/+2
2013-12-22netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger-5/+5
2013-12-14netconf: add proxy-arp supportstephen hemminger-12/+29
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel-5/+4
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko-2/+6
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko-0/+2
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko-1/+1
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley-0/+8
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley-2/+2
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2013-08-02net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann-1/+3
2013-07-30net: remove an unneeded checkDan Carpenter-4/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches-3/+3
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet-0/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+44
2013-04-08net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko-16/+42
2013-04-08net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko-0/+2
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2013-04-05net: ipv4: notify when address lifetime changesJiri Pirko-2/+4