summaryrefslogtreecommitdiffstats
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-071-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/+3
* | netconf: add the handler to dump entriesNicolas Dichtel2013-03-061-1/+69
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+3
* ipv4: introduce address lifetimeJiri Pirko2013-01-291-5/+210
* ipv4: fix NULL checking in devinet_ioctl()Xi Wang2013-01-061-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-181-6/+0
* net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-181-8/+0
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-2/+2
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+6
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-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-281-2/+73
* rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel2012-10-281-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/+1
* | net: remove delay at device dismantleEric Dumazet2012-08-221-1/+5
* | ipv4: change inet_addr_hash()Eric Dumazet2012-08-041-21/+18
|/
* ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf2012-06-121-1/+4
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-3/+2
* net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman2012-04-201-34/+5
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\
| * Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
| |\
| | * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | | ipv4: Stop using NLA_PUT*().David S. Miller2012-04-021-11/+9
|/ /
* / bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek2012-03-221-0/+1
|/
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* ipv4: flush route cache after change accept_localPeter Pan(潘卫平)2011-12-011-0/+5
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
* IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss2011-07-251-8/+8
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-3/+3
* net: fix two lockdep splatsEric Dumazet2011-05-101-2/+2
* sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2011-05-021-1/+1
* ipv4: Fallback to FIB local table in __ip_dev_find().David S. Miller2011-03-231-0/+16
* ipv4: optimize route adding on secondary promotionJulian Anastasov2011-03-221-1/+2
* ipv4: remove the routes on secondary promotionJulian Anastasov2011-03-221-0/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-3/+3
|\
| * ipv4: Fix erroneous uses of ifa_address.David S. Miller2011-03-091-3/+3
* | ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller2011-03-031-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-10/+20
|\|