aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall1-0/+1
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long1-9/+14
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet1-2/+7
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2-5/+14
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo1-6/+16
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo1-1/+10
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo1-7/+26
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng1-1/+1
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn1-7/+5
2019-01-04fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio1-1/+2
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier1-1/+1
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+24
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn3-12/+18
2018-12-30ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing1-2/+6
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov1-8/+26
2018-12-24iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu1-0/+1
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-12-20tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-360/+112
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+13
2018-12-20net: ipv4: Set skb->dev for output route resolutionIdo Schimmel1-0/+1
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend1-1/+12
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-9/+23
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal2-4/+9
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal1-5/+6
2018-12-19sk_buff: add skb extension infrastructureFlorian Westphal1-0/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-2/+4
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern1-5/+4
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+1
2018-12-17fou: Prevent unbounded recursion in GUE error handlerStefano Brivio1-0/+7
2018-12-18netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo1-1/+2
2018-12-18netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_put()Taehee Yoo1-5/+14
2018-12-18netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo1-1/+0
2018-12-18netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo1-68/+87
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal4-107/+4
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal5-71/+2
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2-6/+0
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal2-12/+0
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-8/+0
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2-71/+0
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal1-7/+0
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet1-0/+1
2018-12-15udp: use indirect call wrappers for GRO socket lookupPaolo Abeni1-2/+6