summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-08-29net: Add comment that early_demux can change via sysctlDavid Ahern1-0/+6
2017-08-29gre: add collect_md mode to ERSPAN tunnelWilliam Tu1-4/+98
2017-08-29gre: refactor the gre_fb_xmitWilliam Tu1-15/+40
2017-08-29Revert "ipv4: make net_protocol const"David Ahern1-2/+2
2017-08-28ipv4: make net_protocol constBhumika Goyal1-2/+2
2017-08-26udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni1-1/+3
2017-08-26tcp: fix hang in tcp_sendpage_locked()Eric Dumazet1-2/+1
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2-6/+15
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar7-22/+40
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert1-1/+1
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert1-2/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-10/+13
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2-19/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal1-6/+7
2017-08-24netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers1-27/+30
2017-08-24gre: remove duplicated assignment of iphColin Ian King1-1/+0
2017-08-24ipv4: do metrics match when looking up and deleting a routeXin Long3-1/+37
2017-08-24tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney3-4/+98
2017-08-23gre: fix goto statement typoWilliam Tu1-2/+2
2017-08-23gre: introduce native tunnel support for ERSPANWilliam Tu1-0/+269
2017-08-23udp: remove unreachable ufo branchesWillem de Bruijn2-9/+5
2017-08-23tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2-5/+3
2017-08-23tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-6/+9
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+22
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-9/+24
2017-08-19net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+11
2017-08-19tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-19net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-19ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2-4/+4
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-1/+2
2017-08-17ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-17tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern1-1/+9
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+18
2017-08-16ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-16ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-15tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet1-2/+2
2017-08-15tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca1-7/+7
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal1-1/+2
2017-08-14net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern1-1/+2
2017-08-14net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-12net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar4-10/+13
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-5/+9
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+8
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn2-4/+6
2017-08-10jump_label: Do not use unserialized static_key_enabled()Paolo Bonzini1-2/+1