summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-01-06rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells
2023-01-06rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells
2023-01-06rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells
2023-01-06rxrpc: Split out the call state changing functions into their own fileDavid Howells
2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells
2023-01-06rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells
2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells
2023-01-06rxrpc: Tidy up abort generation infrastructureDavid Howells
2023-01-06rxrpc: Clean up connection abortDavid Howells
2023-01-06rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells
2023-01-06rxrpc: Only disconnect calls in the I/O threadDavid Howells
2023-01-06rxrpc: Only set/transmit aborts in the I/O threadDavid Howells
2023-01-06rxrpc: Separate call retransmission from other conn eventsDavid Howells
2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells
2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells
2023-01-06batman-adv: Drop prandom.h includesSven Eckelmann
2023-01-06batman-adv: Start new development cycleSimon Wunderlich
2023-01-05devlink: convert remaining dumps to the by-instance schemeJakub Kicinski
2023-01-05devlink: add by-instance dump infraJakub Kicinski
2023-01-05devlink: uniformly take the devlink instance lock in the dump loopJakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (function)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski
2023-01-05devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski
2023-01-05devlink: health: combine loops in dumpJakub Kicinski
2023-01-05devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski
2023-01-05devlink: remove start variables from dumpsJakub Kicinski
2023-01-05devlink: use an explicit structure for dump contextJakub Kicinski
2023-01-05netlink: add macro for checking dump ctx sizeJakub Kicinski
2023-01-05devlink: split out netlink codeJakub Kicinski
2023-01-05devlink: split out core codeJakub Kicinski
2023-01-05devlink: rename devlink_netdevice_event -> devlink_port_netdevice_eventJakub Kicinski
2023-01-05devlink: move code to a dedicated directoryJakub Kicinski
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-05rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperStephen Rothwell
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao
2023-01-04inet: control sockets should not use current thread task_fragEric Dumazet
2023-01-04net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-03mac802154: Handle passive scanningMiquel Raynal
2023-01-03mac802154: Add MLME Tx locked helpersMiquel Raynal
2023-01-03mac802154: Prepare forcing specific symbol durationMiquel Raynal
2023-01-03ieee802154: Introduce a helper to validate a channelMiquel Raynal
2023-01-03ieee802154: Add support for user scanning requestsMiquel Raynal
2023-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2023-01-02netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik
2023-01-02netfilter: ipset: fix hash:net,port,net hang with /0 subnetJozsef Kadlecsik
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-02net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim