summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ipmr: ipmr_get_table() returns NULLDan Carpenter2017-07-121-2/+2
* tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang2017-07-061-3/+3
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-14/+6
|\
| * do_ip_setsockopt(): don't open-code memdup_user()Al Viro2017-06-301-14/+6
* | mpls: fix rtm policy in mpls_getrouteRoopa Prabhu2017-07-051-1/+0
* | ipv4: Export rtm_ipv4_policy.David S. Miller2017-07-041-0/+1
* | net: reflect mark on tcp syn ack packetsJamal Hadi Salim2017-07-042-1/+3
* | net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2017-07-042-2/+2
* | net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-6/+6
* | net: make sk_ehashfn() staticEric Dumazet2017-07-031-1/+1
* | bpf: Add support for changing congestion controlLawrence Brakmo2017-07-014-15/+30
* | bpf: Add TCP connection BPF callbacksLawrence Brakmo2017-07-013-1/+4
* | bpf: Support for setting initial receive windowLawrence Brakmo2017-07-012-2/+14
* | bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2017-07-012-2/+3
* | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* | net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-8/+8
* | net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* | net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-5/+5
* | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-0110-19/+19
* | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-016-16/+15
* | 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
OpenPOWER on IntegriCloud