summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-05-192-13/+4
| |\ \ \ \ \ \ \
| | * | | | | | | skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang2021-05-182-13/+4
| * | | | | | | | net: Add notifications when multipath hash field changeIdo Schimmel2021-05-191-1/+17
| * | | | | | | | cipso: correct comments of cipso_v4_cache_invalidate()Zheng Yejian2021-05-181-2/+1
| * | | | | | | | ipv4: Add custom multipath hash policyIdo Schimmel2021-05-182-1/+123
| * | | | | | | | ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-182-0/+18
| * | | | | | | | ipv4: Calculate multipath hash inside switch statementIdo Schimmel2021-05-181-2/+4
| * | | | | | | | net: Remove the member netns_okYejune Deng2021-05-177-19/+0
| * | | | | | | | ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen2021-05-171-3/+1
| * | | | | | | | tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-142-0/+4
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | rtnetlink: avoid RCU read lock when holding RTNLCong Wang2021-05-101-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett2021-06-291-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-285-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-175-0/+5
| |/ / / / /
* | | | | / icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+7
| |_|_|_|/ |/| | | |
* | | | | net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-161-0/+1
* | | | | ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-141-1/+14
* | | | | ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-101-5/+7
* | | | | udp: fix race between close() and udp_abort()Paolo Abeni2021-06-091-0/+10
* | | | | inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-091-2/+2
* | | | | net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
* | | | | net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-081-0/+1
| |_|/ / |/| | |
* | | | net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-021-5/+8
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-111-0/+2
|\ \ \ | |/ / |/| |
| * | bpf: Limit static tcp-cc functions in the .BTF_ids list to x86Martin KaFai Lau2021-05-111-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-072-4/+3
|\ \ \
| * | | netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal2021-05-032-4/+3
| |/ /
* | | tcp: Specify cmsgbuf is user pointer for receive zerocopy.Arjun Roy2021-05-061-0/+1
* | | net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-041-0/+4
|/ /
* | icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-2610-158/+189
|\ \
| * | netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-263-20/+20
| * | netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-262-18/+31
| * | netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-266-52/+65
| * | netfilter: xt_nat: pass table to hookfnFlorian Westphal2021-04-261-10/+34
| * | netfilter: x_tables: remove paranoia testsFlorian Westphal2021-04-266-18/+0
| * | netfilter: arptables: unregister the tables by nameFlorian Westphal2021-04-262-10/+12
| * | netfilter: iptables: unregister the tables by nameFlorian Westphal2021-04-266-32/+20
| * | netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-262-10/+1
| * | netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-261-6/+24
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-252-6/+2
|\ \ \ | |/ / |/| |
| * | skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-122-4/+2
| * | bpf, udp: Remove some pointless commentsCong Wang2021-04-061-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-191-0/+2
|\ \ \
| * | | netfilter: Dissect flow after packet manglingIdo Schimmel2021-04-181-0/+2
* | | | nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel2021-04-191-8/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-174-6/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | net: Make tcp_allowed_congestion_control readonly in non-init netnsJonathon Reinhart2021-04-131-3/+13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-04-123-3/+20
| |\ \ \