summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-2/+2
|\
| * psample: Add a fwd declaration for skbuffRoi Dayan2021-08-101-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-08-061-2/+0
| |\
| | * netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal2021-08-061-2/+0
* | | mctp: Specify route types, require rtm_type in RTM_*ROUTE messagesJeremy Kerr2021-08-121-0/+1
* | | bonding: remove extraneous definitions from bonding.hJonathan Toppins2021-08-111-12/+0
* | | devlink: Add APIs to publish, unpublish individual parameterParav Pandit2021-08-111-0/+4
* | | devlink: Add API to register and unregister single parameterParav Pandit2021-08-111-0/+4
* | | devlink: Add new "enable_vnet" generic device paramParav Pandit2021-08-111-0/+4
* | | devlink: Add new "enable_rdma" generic device paramParav Pandit2021-08-111-0/+4
* | | devlink: Add new "enable_eth" generic device paramParav Pandit2021-08-111-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-114-17/+2
|\ \ \
| * | | netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal2021-08-102-3/+2
| * | | netfilter: remove xt pernet dataFlorian Westphal2021-08-012-14/+0
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-101-0/+1
|\ \ \ \
| * | | | net, bonding: Add XDP support to the bonding driverJussi Maki2021-08-091-0/+1
* | | | | page_pool: add frag page recycling support in page poolYunsheng Lin2021-08-101-0/+15
* | | | | page_pool: add interface to manipulate frag count in page poolYunsheng Lin2021-08-101-7/+39
* | | | | page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-101-7/+0
* | | | | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-4/+6
* | | | | net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean2021-08-081-0/+1
* | | | | net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-081-0/+1
* | | | | devlink: Simplify devlink port API callsLeon Romanovsky2021-08-081-7/+5
* | | | | net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-061-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-065-2/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-054-2/+7
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-0/+1
| | |\ \ \ \
| | | * | | | xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-0/+1
| | * | | | | net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart2021-08-031-1/+1
| | * | | | | net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu2021-08-031-0/+4
| | * | | | | net: flow_offload: correct comments mismatch with codeBijie Xu2021-08-031-1/+1
| | | |_|_|/ | | |/| | |
| * / | | | Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-051-0/+1
| |/ / / /
* | | | | net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2021-08-051-3/+0
* | | | | net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-051-7/+20
* | | | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-2/+1
* | | | | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-041-0/+46
* | | | | net: add extack arg for link opsRocco Yue2021-08-041-1/+2
* | | | | af_unix: Add OOB supportRao Shoaib2021-08-041-0/+3
* | | | | wan: remove sbni/granch driverArnd Bergmann2021-08-031-3/+0
* | | | | ax88796: export ax_NS8390_init() hookMichael Schmitz2021-08-031-0/+3
* | | | | m68k: remove legacy probingArnd Bergmann2021-08-031-6/+0
* | | | | appletalk: ltpc: remove static probingArnd Bergmann2021-08-031-1/+0
* | | | | bonding: add new option lacp_activeHangbin Liu2021-08-033-0/+3
| |_|/ / |/| | |
* | | | net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-5/+2
* | | | nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-021-2/+2
* | | | net_sched: refactor TC action init APICong Wang2021-08-023-10/+16
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-312-1/+6
|\ \ \ \
| * | | | tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-241-0/+6
| * | | | bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-241-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-10/+26
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |