aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/devinet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.9-q (4.9.292) into android-msm-pixel-4.9-sc-ltsWilson Sung2021-12-291-1/+1
|\
| * net: return correct error codeliuguoqiang2021-12-081-1/+1
* | Merge android-4.9-q (4.9.228) into android-msm-pixel-4.9-ltslucaswei2020-07-101-0/+1
|\|
| * devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-111-0/+1
* | Merge android-4.9-q (4.9.223) into android-msm-pixel-4.9-ltslucaswei2020-06-011-4/+9
|\|
| * net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-241-4/+9
* | Merge android-4.9-q (4.9.210) into android-msm-pixel-4.9-ltslucaswei2020-02-141-5/+0
|\|
| * inet: protect against too small mtu values.Eric Dumazet2019-12-211-5/+0
* | Merge android-4.9-q (4.9.192) into android-msm-pixel-4.9-ltsRobin Peng2019-10-011-0/+8
|\|
| * ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-08-041-0/+8
* | Merge android-4.9-o.74 (127372f) into msm-4.9Blagovest Kolenichev2018-01-181-1/+1
|\|
| * ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-021-1/+1
* | netfilter: nf_defrag_ipv4: Add sysctl to disable per interfaceSubash Abhinov Kasiviswanathan2018-01-101-0/+2
|/
* netconf: add a notif when settings are createdNicolas Dichtel2016-09-011-4/+7
* ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet2016-07-091-6/+6
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-03-131-0/+4
* netconf: add macro to represent all attributesZhang Shengju2016-03-131-17/+23
* net: l3mdev: prefer VRF master for source address selectionDavid Lamparter2016-02-261-0/+17
* net: l3mdev: address selection should only consider devices in L3 domainDavid Ahern2016-02-261-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+1
|\
| * rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
* | ipv4: add option to drop gratuitous ARP packetsJohannes Berg2016-02-111-0/+2
* | ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-111-0/+2
|/
* netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-2/+2
* rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-151-1/+2
* net/ipv4: suppress NETDEV_UP notification on address lifetime updateDavid Ward2015-07-281-1/+0
* ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-081-0/+13
* net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-241-0/+2
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-20/+20
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-5/+5
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-3/+3
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-2/+2
* netns: constify net_hash_mix() and various callersEric Dumazet2015-03-181-1/+1
* multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-271-0/+31
* net: spelling fixesStephen Hemminger2015-02-141-1/+1
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-301-1/+1
* netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-181-3/+3
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+5
* ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-291-9/+27
* ipv4: minor spelling fixstephen hemminger2014-05-181-1/+1
* ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong2014-05-081-5/+2
* ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-061-1/+2
* net/ipv4: queue work on power efficient wqviresh kumar2014-01-221-4/+6
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-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-221-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/+4
* ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-101-2/+6