summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-9/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-302-1/+4
|\ \ \
| * | | tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-06-251-0/+2
| * | | net: account for current skb length when deciding about UFOMichal Kubeček2017-06-231-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-302-37/+82
|\ \ \ \
| * | | | netfilter: ipt_CLUSTERIP: do not hold devXin Long2017-06-191-28/+73
| * | | | netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-2/+2
| * | | | netfilter: ipt_CLUSTERIP: switch to nf_register_net_hookFlorian Westphal2017-05-291-7/+7
* | | | | net: ipmr: Add ipmr_rtm_getrouteDonald Sharp2017-06-291-1/+62
* | | | | udp: move scratch area helpers into the include filePaolo Abeni2017-06-271-60/+0
* | | | | tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson2017-06-271-0/+5
* | | | | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-263-5/+9
* | | | | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-263-3/+6
* | | | | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-263-4/+7
* | | | | net: store port/representator id in metadata_dstJakub Kicinski2017-06-251-2/+4
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-231-2/+3
|\ \ \ \ \
| * | | | | ah: use crypto_memneq to check the ICVSabrina Dubroca2017-05-191-2/+3
* | | | | | tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski2017-06-231-0/+1
* | | | | | udp: fix poll()Paolo Abeni2017-06-231-10/+17
* | | | | | tcp: Add a tcp_filter hook before handle ack packetChenbo Feng2017-06-221-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-212-0/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | igmp: add a missing spin_lock_init()WANG Cong2017-06-201-0/+1
| * | | | | ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan2017-06-161-0/+2
* | | | | | udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni2017-06-211-0/+1
* | | | | | ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes2017-06-211-2/+67
* | | | | | tcp: md5: hide unused variableArnd Bergmann2017-06-211-5/+1
* | | | | | tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-192-5/+14
* | | | | | tcp: md5: add an address prefix for key lookupIvan Delalande2017-06-191-9/+59
* | | | | | net: remove DST_NOCACHE flagWei Wang2017-06-171-12/+11
* | | | | | net: remove DST_NOGC flagWei Wang2017-06-171-3/+2
* | | | | | ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-172-16/+5
* | | | | | ipv4: call dst_hold_safe() properlyWei Wang2017-06-171-3/+1
* | | | | | ipv4: call dst_dev_put() properlyWei Wang2017-06-172-0/+6
* | | | | | ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-172-4/+20
* | | | | | net: use loopback dev when generating blackhole routeWei Wang2017-06-171-1/+1
* | | | | | udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-171-10/+9
* | | | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-162-2/+2
* | | | | | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-162-4/+5
* | | | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-165-11/+11
* | | | | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-4/+2
* | | | | | tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-152-2/+4
* | | | | | tcp: ULP infrastructureDave Watson2017-06-155-1/+190
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-154-30/+37
|\| | | | |
| * | | | | net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-06-141-2/+6
| * | | | | igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-06-131-8/+13
| * | | | | net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp2017-06-111-17/+15
| * | | | | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-3/+3
* | | | | | udp: try to avoid 2 cache miss on dequeuePaolo Abeni2017-06-121-11/+103
* | | | | | udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-1/+5
* | | | | | Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-091-0/+33