aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-09SUNRPC: Fix potential memory corruptionTrond Myklebust1-2/+4
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust4-15/+13
2021-08-09xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever4-18/+2
2021-08-09xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever1-1/+5
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever1-1/+2
2021-08-09xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever1-5/+5
2021-08-09xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever3-1/+10
2021-08-09SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCsChuck Lever1-1/+14
2021-08-09SUNRPC: Refactor rpc_ping()Chuck Lever1-11/+13
2021-08-09devlink: Fix port_type_set function pointer checkLeon Romanovsky1-1/+1
2021-08-09net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu1-0/+3
2021-08-09net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce3-3/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-08-09devlink: Set device as early as possibleLeon Romanovsky2-10/+10
2021-08-09net/iucv: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-9/+9
2021-08-09net/iucv: get rid of register asm usageHeiko Carstens1-20/+22
2021-08-09net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann1-13/+3
2021-08-09net/af_iucv: clean up a try_then_request_module()Julian Wiedmann1-11/+3
2021-08-09net/af_iucv: support drop monitoringJulian Wiedmann1-20/+22
2021-08-09page_pool: mask the page->signature before the checkingYunsheng Lin1-1/+9
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-08-09net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean1-1/+3
2021-08-09net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean1-1/+17
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal12-132/+201
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman68-277/+655
2021-08-08net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean1-0/+20
2021-08-08net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean1-1/+1
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2-5/+32
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann19-337/+169
2021-08-08batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann14-113/+181
2021-08-08batman-adv: Switch to kstrtox.h for kstrtou64Sven Eckelmann1-1/+1
2021-08-08batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky1-48/+47
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean3-10/+14
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski17-83/+139
2021-08-06netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso1-1/+7
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal4-21/+8
2021-08-06netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso1-3/+3
2021-08-06netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso1-1/+2
2021-08-06netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso1-2/+6
2021-08-06netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso1-0/+1
2021-08-06netfilter: conntrack: collect all entries in one cycleFlorian Westphal1-49/+22
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean3-19/+0
2021-08-06net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean1-10/+0
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit1-2/+2
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-68/+173
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-44/+129
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-05Bluetooth: Add support hdev to allocate private dataTedd Ho-Jeong An1-3/+10