summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-07-18udp: preserve skb->dst if required for IP options processingPaolo Abeni
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko
2017-07-17netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal
2017-07-15tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell
2017-07-15tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell
2017-07-15tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell
2017-07-15tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell
2017-07-15tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell
2017-07-15ipv4: ip_do_fragment: fix headroom testsVasily Averin
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-07-12net: ipmr: ipmr_get_table() returns NULLDan Carpenter
2017-07-06tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-05mpls: fix rtm policy in mpls_getrouteRoopa Prabhu
2017-07-04ipv4: Export rtm_ipv4_policy.David S. Miller
2017-07-04net: reflect mark on tcp syn ack packetsJamal Hadi Salim
2017-07-04net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-03net: make sk_ehashfn() staticEric Dumazet
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert inet_frag_queue.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert inet_peer.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-30do_ip_setsockopt(): don't open-code memdup_user()Al Viro
2017-06-29net: ipmr: Add ipmr_rtm_getrouteDonald Sharp
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-06-27tcp: fix null ptr deref in getsockopt(..., TCP_ULP, ...)Dave Watson
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-06-23tcp: fix out-of-bounds access in ULP sysctlJakub Kicinski
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček
2017-06-23udp: fix poll()Paolo Abeni
2017-06-22tcp: Add a tcp_filter hook before handle ack packetChenbo Feng
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller