summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-092-1/+4
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-071-0/+3
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
* tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-011-0/+2
* ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-012-3/+3
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-011-3/+5
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-012-9/+18
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-302-2/+8
* net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+18
* net: ipv4: Fix wrong type conversion from hint to rt in ip_route_use_hint()Miaohe Lin2020-06-271-1/+1
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-2511-8/+63
|\
| * netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder2020-06-255-7/+44
| * netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-251-1/+14
| * netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-255-0/+5
* | tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11
|/
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-202-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-06-191-16/+18
|\
| * esp, ah: modernize the crypto algorithm selectionsEric Biggers2020-06-151-2/+16
| * esp, ah: consolidate the crypto algorithm selectionsEric Biggers2020-06-151-14/+2
* | net: Fix the arp error in some casesguodeqing2020-06-181-1/+1
* | ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-181-6/+8
* | tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-161-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-133-40/+118
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-0/+6
| |\ \
| | * | bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca2020-06-121-0/+3
| | * | bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu2020-06-091-0/+3
| | |/
| * | nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-33/+49
| * | net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy2020-06-081-7/+63
* | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-44/+44
* | | mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
|/ /
* / inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni2020-06-041-0/+1
|/
* net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-1/+1
* ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz2020-06-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-317-81/+152
|\
| * devinet: fix memleak in inetdev_init()Yang Yingliang2020-05-301-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-292-13/+40
| |\
| | * esp4: improve xfrm4_beet_gso_segment() to be more readableXin Long2020-05-181-8/+11
| | * ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-04-231-1/+22
| | * esp4: support ipv6 nexthdrs process for beet gso segmentXin Long2020-04-211-4/+9
| | * xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long2020-04-201-3/+1
| * | ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-261-9/+10
| * | ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-261-15/+36
| * | nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-261-33/+58
| * | nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern2020-05-261-14/+13
| * | netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-05-251-5/+2
* | | tcp: tcp_init_buffer_space can be staticFlorian Westphal2020-05-291-1/+1