summaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-291-9/+27
* ipv4: minor spelling fixstephen hemminger2014-05-191-1/+1
* ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong2014-05-091-5/+2Star
* ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-071-1/+2
* net/ipv4: queue work on power efficient wqviresh kumar2014-01-231-4/+6
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
* ipv4: loopback device: ignore value changes after device is uppedJiri Pirko2014-01-071-0/+2
* netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger2013-12-231-5/+5
* netconf: add proxy-arp supportstephen hemminger2013-12-141-12/+29
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-111-5/+4Star
* ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-111-2/+6
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-101-0/+2
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-101-1/+1
* net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-091-0/+8
* net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley2013-08-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-1/+3
|\
| * net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-08-021-1/+3
* | net: remove an unneeded checkDan Carpenter2013-07-311-4/+1Star
|/
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-3/+3
* igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2013-06-121-0/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-16/+44
|\
| * net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko2013-04-081-16/+42
| * net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko2013-04-081-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-081-2/+4
|\|
| * net: ipv4: notify when address lifetime changesJiri Pirko2013-04-051-2/+4
* | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-0/+6
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-4/+3Star
* | netconf: add the handler to dump entriesNicolas Dichtel2013-03-061-1/+69
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-7/+3Star
* ipv4: introduce address lifetimeJiri Pirko2013-01-291-5/+210
* ipv4: fix NULL checking in devinet_ioctl()Xi Wang2013-01-071-1/+1
* netconf: advertise mc_forwarding statusNicolas Dichtel2012-12-041-2/+8
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-191-6/+0Star
* net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-191-8/+0Star
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-191-2/+2
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-191-0/+6
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-191-0/+8
* rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel2012-11-011-0/+24
* rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel2012-10-291-2/+73
* rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel2012-10-291-4/+89
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+2
|\
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-2/+2
| * ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-181-3/+3
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-14/+14
* | ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel2012-09-071-3/+3
* | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-231-5/+1Star
* | net: remove delay at device dismantleEric Dumazet2012-08-231-1/+5
* | ipv4: change inet_addr_hash()Eric Dumazet2012-08-041-21/+18Star
|/
* ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf2012-06-131-1/+4