summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-022-14/+71
|\
| * udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-021-5/+64
| * net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-021-9/+7
* | net: proc: speedup /proc/net/netstatEric Dumazet2021-01-301-14/+36
* | ip_gre: add csum offload support for gre headerXin Long2021-01-301-2/+13
* | nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata2021-01-291-18/+25
* | nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata2021-01-291-10/+22
* | nexthop: Extract a helper for walking the next-hop treePetr Machata2021-01-291-19/+33
* | nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata2021-01-291-2/+16
* | nexthop: Extract a common helper for parsing dump attributesPetr Machata2021-01-291-12/+19
* | nexthop: Extract dump filtering parameters into a single structurePetr Machata2021-01-291-20/+24
* | nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-291-6/+19
* | nexthop: Use enum to encode notification typeIdo Schimmel2021-01-291-6/+8
* | nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-291-2/+5
* | nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-291-2/+2
* | nexthop: Dispatch nexthop_select_path() by group typePetr Machata2021-01-291-6/+16
* | nexthop: Rename nexthop_free_mpathDavid Ahern2021-01-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-294-8/+31
|\|
| * tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-242-6/+9
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-243-2/+22
* | udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin2021-01-241-1/+2
* | tcp: Add receive timestamp support for receive zerocopy.Arjun Roy2021-01-231-32/+84
* | tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy2021-01-231-4/+10
* | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-232-9/+25
* | ip_gre: remove CRC flag from dev features in gre_gso_segmentXin Long2021-01-211-11/+4
* | udp: not remove the CRC flag from dev features when need_csum is falseXin Long2021-01-211-2/+2
* | nexthop: Specialize rtm_nh_policyPetr Machata2021-01-211-14/+9
* | nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata2021-01-211-33/+27
* | nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata2021-01-211-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-202-17/+10
| * tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-201-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-195-7/+11
* | tcp_cubic: use memset and offsetof initYejune Deng2021-01-161-10/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-151-6/+1
|\|
| * esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-121-6/+1
* | tcp: assign skb hash after tcp_event_data_sentYuchung Cheng2021-01-141-1/+1
* | net: ip_tunnel: clean up endianness conversionsJulian Wiedmann2021-01-091-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-081-1/+1
| * nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-081-1/+3
| * nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-081-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-082-3/+3
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-081-1/+1
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-082-2/+2