summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-034-14/+24
|\
| * ip: validate header length on virtual device xmitWillem de Bruijn2019-01-013-12/+18
| * ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-0/+1
|\
| * iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu2018-12-241-0/+1
* | net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-241-8/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-211-1/+3
|\ \ | |/
| * tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet2018-12-201-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-207-360/+112
|\ \
| * | netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2018-12-181-1/+2
| * | netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2018-12-181-5/+14
| * | netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo2018-12-181-1/+0
| * | netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo2018-12-181-68/+87
| * | netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-174-107/+4
| * | netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-175-71/+2
| * | netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-172-6/+0
| * | netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-172-12/+0
| * | netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-171-8/+0
| * | netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-172-71/+0
| * | netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-171-7/+0
| * | netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney2018-12-011-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-201-2/+13
|\ \ \
| * | | bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-201-1/+12
| * | | bpf: sk_msg, fix socket data_ready eventsJohn Fastabend2018-12-201-1/+1
* | | | net: ipv4: Set skb->dev for output route resolutionIdo Schimmel2018-12-201-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-206-9/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-171-1/+1
| * | | net: clear skb->tstamp in forwarding pathsEric Dumazet2018-12-151-0/+1
| * | | net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek2018-12-151-6/+12
| * | | net: Allow class-e address assignment via ifconfig ioctlDave Taht2018-12-142-2/+5
| * | | ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-101-0/+4
* | | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-192-4/+9
* | | | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-191-5/+6
* | | | sk_buff: add skb extension infrastructureFlorian Westphal2018-12-191-0/+1
* | | | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-191-2/+4
* | | | ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern2018-12-171-5/+4
* | | | net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-171-0/+1
* | | | fou: Prevent unbounded recursion in GUE error handlerStefano Brivio2018-12-171-0/+7
* | | | udp: use indirect call wrappers for GRO socket lookupPaolo Abeni2018-12-151-2/+6
* | | | net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-153-7/+19
* | | | ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1
* | | | net: tcp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-52/+8
* | | | net: udp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-57/+19
| |/ / |/| |
* | | net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo2018-12-101-6/+0
* | | tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet2018-12-101-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-20/+46
|\ \ \ | |/ /
| * | tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-071-11/+24
OpenPOWER on IntegriCloud