summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: validate csum_start only on pullWillem de Bruijn2021-09-051-3/+6
* net: remove the unnecessary check in cipso_v4_doi_free王贇2021-09-031-10/+8
* Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito2021-09-021-0/+2
* fou: remove sparse errorsEric Dumazet2021-08-312-6/+6
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-08-311-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-303-7/+42
|\
| * bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-251-3/+38
| * bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-232-4/+4
* | net: ipv4: Fix the warning for dereferenceYajun Deng2021-08-301-1/+3
* | ipv4: make exception cache less predictibleEric Dumazet2021-08-301-16/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-301-0/+2
|\ \
| * | netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn2021-08-251-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-271-3/+1
|\ \ \
| * | | ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard2021-07-201-3/+1
* | | | tcp: enable mid stream window clampNeil Spring2021-08-261-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-263-14/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-261-8/+10
| * | | ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-08-261-6/+6
| * | | ip_gre: add validation for csum_startShreyansh Chouhan2021-08-221-0/+2
* | | | net: ipv4: Move ip_options_fragment() out of loopYajun Deng2021-08-241-15/+4
* | | | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-182-2/+4
* | | | 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
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |