aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-12net: ipv4: route.c: Fix indentation of multi line comment.Shubhankar Kuranagatti1-48/+49
2021-03-11tcp: remove obsolete check in __tcp_retransmit_skb()Eric Dumazet1-8/+0
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet1-6/+4
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-4/+8
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le3-22/+58
2021-03-11tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-03-11nexthop: Enable resilient next-hop groupsPetr Machata1-4/+0
2021-03-11nexthop: Notify userspace about bucket migrationsPetr Machata1-6/+39
2021-03-11nexthop: Add netlink handlers for bucket getPetr Machata1-1/+109
2021-03-11nexthop: Add netlink handlers for bucket dumpPetr Machata1-0/+283
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata1-5/+145
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+35
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+34
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata1-12/+308
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata1-13/+504
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel1-0/+2
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-1/+4
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata1-5/+7
2021-03-11nexthop: Pass nh_config to replace_nexthop()Petr Machata1-4/+5
2021-03-11seg6: ignore routing header with segments left equal to 0Julien Massonneau1-7/+4
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau1-2/+3
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti1-5/+5
2021-03-10net: ipv6: route.c:fix indentationShubhankar Kuranagatti1-13/+13
2021-03-10sched: act_sample: Implement stats_update callbackIdo Schimmel1-0/+11
2021-03-10skbuff: remove some unnecessary operation in skb_segment_list()Yunsheng Lin1-12/+3
2021-03-10net: rose: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-10net: core: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10net: ax25: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-10decnet: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-03-10net/rds: Drop duplicate sin and sin6 assignmentsYejune Deng1-4/+0
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-411/+572
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds37-242/+362
2021-03-09net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth1-0/+3
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel2-96/+75
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2-38/+17
2021-03-08net: qrtr: fix error return code of qrtr_sendmsg()Jia-Ju Bai1-1/+3
2021-03-08mptcp: fix length of ADD_ADDR with port sub-optionDavide Caratti1-6/+8
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on portsVladimir Oltean2-27/+57
2021-03-08xsk: Update rings for load-acquire/store-release barriersBjörn Töpel1-17/+13
2021-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-15/+44
2021-03-05CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdrSergey Nazarov1-1/+1
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang1-1/+10
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2-0/+106
2021-03-04bpf: Consolidate shared test timing codeLorenz Bauer1-63/+78
2021-03-04cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore3-19/+9
2021-03-04mptcp: free resources when the port number is mismatchedGeliang Tang1-6/+7
2021-03-04mptcp: fix missing wakeupPaolo Abeni1-2/+8
2021-03-04mptcp: fix race in release_cbPaolo Abeni1-12/+21
2021-03-04mptcp: factor out __mptcp_retrans helper()Paolo Abeni1-43/+50