summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2438-217/+442
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-2337-215/+435
| |\
| | * rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-231-2/+1
| | * Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-05-2213-122/+282
| | |\
| | | * rxrpc: Fix ack discardDavid Howells2020-05-201-4/+26
| | | * rxrpc: Trace discarded ACKsDavid Howells2020-05-201-2/+10
| | | * rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-1113-118/+248
| | * | sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-05-221-4/+5
| | * | tipc: block BH before using dst_cacheEric Dumazet2020-05-221-1/+5
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-221-5/+21
| | |\ \
| | | * | flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki2020-05-211-5/+21
| | * | | mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary2020-05-224-25/+24
| | * | | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-214-5/+4
| | * | | net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-05-211-1/+1
| | * | | net/tls: free record only on encryption errorVadim Fedorenko2020-05-211-2/+4
| | * | | net/tls: fix encryption error checkingVadim Fedorenko2020-05-211-5/+6
| | * | | net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam2020-05-211-1/+1
| | * | | ethtool: count header size in reply size estimateMichal Kubecek2020-05-212-3/+2
| | * | | net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
| | * | | ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-05-201-2/+4
| | |/ /
| | * | sctp: Don't add the shutdown timer if its already been addedNeil Horman2020-05-191-3/+11
| | * | __netif_receive_skb_core: pass skb by referenceBoris Sukholitko2020-05-191-5/+15
| | * | net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-05-191-19/+24
| | * | mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary2020-05-191-2/+2
| | * | net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
| | * | nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
| | * | net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2020-05-161-0/+15
| | * | ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik2020-05-161-1/+2
| * | | Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-05-151-2/+7
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields2020-05-141-1/+1
| | * | SUNRPC: Signalled ASYNC tasks need to exitChuck Lever2020-05-111-0/+5
| | * | SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown2020-05-101-1/+1
* | | | ethtool: propagate get_coalesce return valueHeiner Kallweit2020-05-231-1/+4
* | | | net: devres: provide devm_register_netdev()Bartosz Golaszewski2020-05-231-0/+55
* | | | net: devres: define a separate devres structure for devm_alloc_etherdev()Bartosz Golaszewski2020-05-231-8/+12
* | | | net: move devres helpers into a separate source fileBartosz Golaszewski2020-05-233-29/+37
* | | | net: psample: fix build error when CONFIG_INET is not enabledRandy Dunlap2020-05-231-0/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-2217-374/+789
|\ \ \ \
| * | | | xsk: Explicitly inline functions and move definitionsBjörn Töpel2020-05-213-143/+65
| * | | | xdp: Simplify xdp_return_{frame, frame_rx_napi, buff}Björn Töpel2020-05-211-12/+9
| * | | | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding codeBjörn Töpel2020-05-216-306/+14
| * | | | xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-217-117/+592
| * | | | xsk: Move defines only used by AF_XDP internals to xsk.hBjörn Töpel2020-05-212-0/+16
| * | | | xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2020-05-215-4/+5
| * | | | xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-213-1/+284
| * | | | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-193-5/+16
| * | | | bpf: Fix too large copy from user in bpf_test_initJesper Dangaard Brouer2020-05-191-3/+5
* | | | | bridge: mrp: Restore port state when deleting MRP instanceHoratiu Vultur2020-05-221-4/+9
* | | | | bridge: mrp: Add br_mrp_unique_ifindex functionHoratiu Vultur2020-05-221-0/+25
* | | | | net: flow_offload: simplify hw stats check handlingEdward Cree2020-05-221-0/+6