aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12net: ipmr: ipmr_get_table() returns NULLDan Carpenter1-2/+2
2017-07-06tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang1-3/+3
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+6
2017-07-05mpls: fix rtm policy in mpls_getrouteRoopa Prabhu1-1/+0
2017-07-04ipv4: Export rtm_ipv4_policy.David S. Miller1-0/+1
2017-07-04net: reflect mark on tcp syn ack packetsJamal Hadi Salim2-1/+3
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena2-2/+2
2017-07-04net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena1-6/+6
2017-07-03net: make sk_ehashfn() staticEric Dumazet1-1/+1
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo4-15/+30
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo3-1/+4
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo2-2/+14
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo2-2/+3
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena2-8/+8
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena10-19/+19
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena6-16/+15
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena1-9/+9
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-37/+82
2017-06-30do_ip_setsockopt(): don't open-code memdup_user()Al Viro1-14/+6
2017-06-29net: ipmr: Add ipmr_rtm_getrouteDonald Sharp1-1/+62
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni1-60/+0
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson1-0/+5
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer3-5/+9
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer3-3/+6
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer3-4/+7
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-2/+4
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+3
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski1-0/+1
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček1-1/+2
2017-06-23udp: fix poll()Paolo Abeni1-10/+17
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng1-0/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2017-06-21udp: prefetch rmem_alloc in udp_queue_rcv_skb()Paolo Abeni1-0/+1
2017-06-21ipmr: add netlink notifications on igmpmsg cache reportsJulien Gomes1-2/+67
2017-06-21tcp: md5: hide unused variableArnd Bergmann1-5/+1
2017-06-20igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2-5/+14
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande1-9/+59
2017-06-19netfilter: ipt_CLUSTERIP: do not hold devXin Long1-28/+73
2017-06-17net: remove DST_NOCACHE flagWei Wang1-12/+11
2017-06-17net: remove DST_NOGC flagWei Wang1-3/+2
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-16/+5
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang1-3/+1
2017-06-17ipv4: call dst_dev_put() properlyWei Wang2-0/+6
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang2-4/+20