summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-01SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields
2021-09-03SUNRPC: improve error response to over-size gss credentialNeilBrown
2021-09-01SUNRPC: don't pause on incomplete allocationNeilBrown
2021-08-20SUNRPC: Server-side disconnect injectionChuck Lever
2021-08-20SUNRPC: Move client-side disconnect injectionChuck Lever
2021-08-20SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever
2021-08-19svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever
2021-08-17rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever
2021-08-12Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...Jakub Kicinski
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-08-12Revert "tipc: Return the correct errno code"Hoang Le
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-11net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau
2021-08-10net: bridge: fix memleak in br_add_if()Yang Yingliang
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-08-10net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-08-10net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet
2021-08-10net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa
2021-08-10bpf: Add missing bpf_read_[un]lock_trace() for syscall programYonghong Song
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap
2021-08-09net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul
2021-08-09page_pool: mask the page->signature before the checkingYunsheng Lin
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-08-06netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal
2021-08-06netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso
2021-08-06netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso
2021-08-06netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso
2021-08-06netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso
2021-08-06netfilter: conntrack: collect all entries in one cycleFlorian Westphal
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-08-04net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin
2021-08-04netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng
2021-08-04netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik
2021-08-03VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi
2021-08-03mptcp: drop unused rcu member in mptcp_pm_addr_entryGeliang Tang
2021-08-03sctp: move the active_key update after sh_keys is addedXin Long
2021-08-03net: really fix the build...David S. Miller