summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-9/+11
|\
| * bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2020-07-071-7/+8
| * umd: Track user space drivers with struct pidEric W. Biederman2020-07-041-1/+2
| * umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman2020-07-041-1/+1
| * umd: For clarity rename umh_info umd_infoEric W. Biederman2020-07-041-1/+1
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-3/+3
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
* | | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-07-291-1/+1
* | | tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-232-10/+14
* | | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-211-1/+1
* | | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-211-6/+9
* | | 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