summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev
2017-02-21tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet
2017-02-21ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15esp: Add a software GRO codepathSteffen Klassert
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert
2017-02-14tcp: tcp_probe: use spin_lock_bh()Eric Dumazet
2017-02-13NET: Fix /proc/net/arp for AX.25Ralf Baechle
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel
2017-02-10ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel
2017-02-10ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel
2017-02-10ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-02-09xfrm: policy: make policy backend constFlorian Westphal
2017-02-09xfrm: policy: remove family fieldFlorian Westphal
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet
2017-02-08ping: fix a null pointer dereferenceWANG Cong
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-04netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-02-04ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet
2017-02-02net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman