summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-12-17fou: Prevent unbounded recursion in GUE error handlerStefano Brivio
2018-12-18netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo
2018-12-18netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo
2018-12-18netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo
2018-12-18netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal
2018-12-15net: clear skb->tstamp in forwarding pathsEric Dumazet
2018-12-15udp: use indirect call wrappers for GRO socket lookupPaolo Abeni
2018-12-15net: use indirect call wrappers at GRO transport layerPaolo Abeni
2018-12-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2018-12-15ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-14net: tcp: prefer listeners bound to an addressPeter Oskolkov
2018-12-14net: udp: prefer listeners bound to an addressPeter Oskolkov
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht
2018-12-10net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-10tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-08ip: silence udp zerocopy smatch false positiveWillem de Bruijn
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-12-06tcp: fix code style in tcp_recvmsg()Pedro Tammela
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet
2018-12-05net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-04net: Do not route unicast IP packets twiceIdo Schimmel
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel
2018-12-03udp: elide zerocopy operation in hot pathWillem de Bruijn
2018-12-03udp: msg_zerocopyWillem de Bruijn
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney
2018-11-30tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2018-11-30tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2018-11-30tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2018-11-30tcp: md5: add tcp_md5_needed jump labelEric Dumazet
2018-11-30tcp: implement coalescing on backlog queueEric Dumazet
2018-11-30tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-29tcp: remove loop to compute wscaleEric Dumazet