summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2021-08-31fou: remove sparse errorsEric Dumazet
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng
2021-08-30ipv4: make exception cache less predictibleEric Dumazet
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-08-26tcp: enable mid stream window clampNeil Spring
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-26net: fix NULL pointer reference in cipso_v4_doi_free王贇
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau
2021-08-25netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn
2021-08-24net: ipv4: Move ip_options_fragment() out of loopYajun Deng
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky
2021-08-22ip_gre: add validation for csum_startShreyansh Chouhan
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-08-16tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-11net: igmp: increase size of mr_ifc_countEric Dumazet
2021-08-11tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell
2021-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-08-10net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet
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