summaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-2/+2
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet1-1/+1
2015-02-28multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa1-0/+31
2015-02-15net: spelling fixesStephen Hemminger1-1/+1
2015-01-31net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-19netlink: Fix bugs in nlmsg_end() conversions.David S. Miller1-3/+3
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+5
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong1-9/+27
2014-05-19ipv4: minor spelling fixstephen hemminger1-1/+1
2014-05-09ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong1-5/+2
2014-02-07ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-01-23net/ipv4: queue work on power efficient wqviresh kumar1-4/+6
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-08ipv4: loopback device: ignore value changes after device is uppedJiri Pirko1-0/+2
2013-12-23netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger1-5/+5
2013-12-14netconf: add proxy-arp supportstephen hemminger1-12/+29
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel1-5/+4
2013-12-11ipv4: add support for IFA_FLAGS nl attributeJiri Pirko1-2/+6
2013-12-10neigh: restore old behaviour of default parms valuesJiri Pirko1-0/+2
2013-12-10neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+1
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley1-0/+8
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley1-2/+2
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-08-03net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann1-1/+3
2013-07-31net: remove an unneeded checkDan Carpenter1-4/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet1-0/+1
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+44
2013-04-08net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko1-16/+42
2013-04-08net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko1-0/+2
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-04-05net: ipv4: notify when address lifetime changesJiri Pirko1-2/+4
2013-03-25ipv4: provide addr and netconf dump consistency infoNicolas Dichtel1-0/+6
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-4/+3
2013-03-07netconf: add the handler to dump entriesNicolas Dichtel1-1/+69
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-7/+3
2013-01-29ipv4: introduce address lifetimeJiri Pirko1-5/+210
2013-01-07ipv4: fix NULL checking in devinet_ioctl()Xi Wang1-1/+1
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel1-2/+8
2012-11-19net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman1-6/+0
2012-11-19net: Enable some sysctls that are safe for the userns rootEric W. Biederman1-8/+0
2012-11-19net: Allow userns root to control ipv4Eric W. Biederman1-2/+2
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-11-19net: Don't export sysctls to unprivileged usersEric W. Biederman1-0/+8
2012-11-01rtnl/ipv4: use netconf msg to advertise rp_filter statusNicolas Dichtel1-0/+24
2012-10-29rtnl/ipv4: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-29rtnl/ipv4: use netconf msg to advertise forwarding statusNicolas Dichtel1-4/+89
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-2/+2