summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-05net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2021-08-05net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva
2021-08-04net: add extack arg for link opsRocco Yue
2021-08-03net: Keep vertical alignmentYajun Deng
2021-08-03ipv4: use skb_expand_head in ip_finish_output2Vasily Averin
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-08-02net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki
2021-08-01netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal
2021-08-01netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng
2021-07-26ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()Gustavo A. R. Silva
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23bpf: tcp: Bpf iter batching and lock_sockMartin KaFai Lau
2021-07-23tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau
2021-07-23tcp: seq_file: Add listening_get_first()Martin KaFai Lau
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau
2021-07-23tcp: seq_file: Refactor net and family matchingMartin KaFai Lau
2021-07-23tcp: seq_file: Avoid skipping sk during tcp_seek_last_posMartin KaFai Lau
2021-07-23net: Set true network header for ECN decapsulationGilad Naaman
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-20net: ipv4: add capability check for net administrationYang Yang
2021-07-20Merge branch 'veth-flexible-channel-numbers'David S. Miller
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-15bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki
2021-07-15bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend