summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-01inetpeer: fix RCU lookup()Eric Dumazet
2017-09-01udp: fix secpath leakYossi Kuperman
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu
2017-08-28Revert "ipv4: make net_protocol const"David Ahern
2017-08-28ipv4: make net_protocol constBhumika Goyal
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal
2017-08-24netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers
2017-08-23gre: remove duplicated assignment of iphColin Ian King
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney
2017-08-22gre: fix goto statement typoWilliam Tu
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal