summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao2021-08-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-8/+15
|\
| * net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-111-1/+1
| * tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-111-1/+1
| * net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-101-7/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-117-82/+102
|\ \
| * | netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-096-63/+65
| * | netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal2021-08-011-2/+3
| * | netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal2021-08-011-17/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-052-0/+7
|\ \ \ | | |/ | |/|
| * | net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2021-08-022-0/+7
* | | net: Remove redundant if statementsYajun Deng2021-08-053-7/+3
* | | net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* | | net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-051-9/+10
* | | net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2021-08-052-9/+7
* | | net: add extack arg for link opsRocco Yue2021-08-041-2/+3
* | | net: Keep vertical alignmentYajun Deng2021-08-031-3/+4
* | | ipv4: use skb_expand_head in ip_finish_output2Vasily Averin2021-08-031-11/+2
* | | ipv4: Fix refcount warning for new fib_infoDavid Ahern2021-08-021-1/+1
* | | net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-022-13/+14
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-86/+324
|\ \ \
| * | | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-231-0/+15
| * | | bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau2021-07-231-6/+231
| * | | tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-231-17/+18
| * | | tcp: seq_file: Add listening_get_first()Martin KaFai Lau2021-07-231-20/+39
| * | | bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-231-20/+5
| * | | tcp: seq_file: Refactor net and family matchingMartin KaFai Lau2021-07-231-38/+30
| * | | tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau2021-07-231-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | net: Set true network header for ECN decapsulationGilad Naaman2021-07-231-1/+1
* | | net: convert fib_treeref from int to refcount_tYajun Deng2021-07-301-4/+4
* | | ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-274-7/+8
* | | tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2021-07-272-2/+10
* | | tcp: more accurately detect spurious TLP probesYuchung Cheng2021-07-271-1/+4
* | | ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva2021-07-261-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-235-13/+46
|\| |
| * | tcp: disable TFO blackhole logic by defaultWei Wang2021-07-212-2/+9
| * | udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-211-6/+19
| * | net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-191-3/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-152-2/+2
| |\ \
| | * | bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-151-1/+1
| | * | bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-151-1/+1
* | | | net: socket: rework compat_ifreq_ioctl()Arnd Bergmann2021-07-231-3/+3
* | | | net: socket: remove register_gifconfArnd Bergmann2021-07-231-3/+1
* | | | tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet2021-07-211-8/+30
* | | | tcp: avoid indirect call in tcp_new_space()Eric Dumazet2021-07-211-1/+1
* | | | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-20/+1
* | | | net: ipv4: add capability check for net administrationYang Yang2021-07-201-3/+7
* | | | Merge branch 'veth-flexible-channel-numbers'David S. Miller2021-07-203-4/+6
|\ \ \ \
| * | | | memcg: enable accounting for inet_bin_bucket cacheVasily Averin2021-07-201-1/+3