aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAge
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-18
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-18
* multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-27
* net: spelling fixesStephen Hemminger2015-02-14
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-30
* netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-18
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-29
* ipv4: minor spelling fixstephen hemminger2014-05-18
* ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong2014-05-08
* ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-06
* net/ipv4: queue work on power efficient wqviresh kumar2014-01-23
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* ipv4: loopback device: ignore value changes after device is uppedJiri Pirko2014-01-07
* netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger2013-12-22
* netconf: add proxy-arp supportstephen hemminger2013-12-14
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-11
* ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-10
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-09
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-09
* net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-09
* net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley2013-08-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-04
|\
| * net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-08-02
* | net: remove an unneeded checkDan Carpenter2013-07-30
|/
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-12
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\
| * net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko2013-04-08
| * net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko2013-04-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-07
|\|
| * net: ipv4: notify when address lifetime changesJiri Pirko2013-04-05
* | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-24
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
* | netconf: add the handler to dump entriesNicolas Dichtel2013-03-06
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* ipv4: introduce address lifetimeJiri Pirko2013-01-29
* ipv4: fix NULL checking in devinet_ioctl()Xi Wang2013-01-07
* netconf: advertise mc_forwarding statusNicolas Dichtel2012-12-04
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-18
* net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-18
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-18
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-18
* rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel2012-11-01