summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-281-6/+19
* | | | | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-6/+8
* | | | | nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-281-2/+5
* | | | | nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-281-2/+2
* | | | | nexthop: Dispatch nexthop_select_path() by group typePetr Machata2021-01-281-6/+16
* | | | | nexthop: Rename nexthop_free_mpathDavid Ahern2021-01-281-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-284-8/+31
|\| | | | | |/ / / |/| | |
| * | | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-232-6/+9
| * | | tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-233-2/+22
* | | | udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin2021-01-231-1/+2
* | | | tcp: Add receive timestamp support for receive zerocopy.Arjun Roy2021-01-221-32/+84
* | | | tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy2021-01-221-4/+10
* | | | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-222-9/+25
* | | | ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long2021-01-201-11/+4
* | | | udp: not remove the CRC flag from dev features when need_csum is falseXin Long2021-01-201-2/+2
* | | | nexthop: Specialize rtm_nh_policyPetr Machata2021-01-201-14/+9
* | | | nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata2021-01-201-33/+27
* | | | nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata2021-01-201-17/+9
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-208-40/+39
|\| |
| * | tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-201-2/+2
| * | tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-192-17/+10
| * | tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-191-12/+13
| * | netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-191-1/+1
| * | udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-191-1/+2
| * | tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-185-7/+11
* | | tcp_cubic: use memset and offsetof initYejune Deng2021-01-151-10/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-6/+1
|\| |
| * | esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-111-6/+1
* | | tcp: assign skb hash after tcp_event_data_sentYuchung Cheng2021-01-131-1/+1
* | | net: ip_tunnel: clean up endianness conversionsJulian Wiedmann2021-01-081-4/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-083-9/+10
|\| |
| * | nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-071-1/+1
| * | nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-071-1/+3
| * | nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-071-1/+1
| * | net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-071-1/+1
| * | net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-071-6/+5
| |/
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-072-3/+3
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-072-2/+2
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-072-3/+2
* | skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-071-1/+1
* | udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-10/+0
* | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-071-12/+6
|/
* erspan: fix version 1 check in gre_parse_header()Cong Wang2020-12-281-1/+1
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2020-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-12-182-2/+2
|\
| * netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2020-12-172-2/+2
* | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-167-9/+9
|\ \ | |/ |/|
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-237-9/+9
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1528-279/+965
|\ \