summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-102-10/+1
* 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-066-3/+14
|\
| * Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-055-3/+13
| |\
| | * 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
| | * | net: really fix the build...David S. Miller2021-08-031-1/+6
| | * | Revert "mhi: Fix networking tree build."Jakub Kicinski2021-08-021-6/+1
| | * | mhi: Fix networking tree build.David S. Miller2021-08-021-1/+6
| * | | Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-051-0/+1
| |/ /
* | | netdevice: add the case if dev is NULLYajun Deng2021-08-051-4/+8
* | | net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2021-08-051-3/+0
* | | net/ipv4/igmp: 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-052-12/+36
* | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-043-2/+8
* | | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-042-35/+46
* | | Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-041-0/+9
|\ \ \
| * | | can: j1939: extend UAPI to notify about RX statusOleksij Rempel2021-08-041-0/+9
* | | | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+2
* | | | net: add extack arg for link opsRocco Yue2021-08-041-1/+2
* | | | af_unix: Add OOB supportRao Shoaib2021-08-041-0/+3
* | | | bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei2021-08-041-1/+2
* | | | wan: remove sbni/granch driverArnd Bergmann2021-08-031-3/+0
* | | | move netdev_boot_setup into Space.cArnd Bergmann2021-08-031-13/+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-034-0/+4
* | | | skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+1
* | | | net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb2021-08-031-0/+2
|/ / /
* | | net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-021-5/+16
* | | 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-024-10/+17
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-315-75/+51
|\ \ \
| * | | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-241-0/+8
| * | | 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
| * | | bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-163-74/+37
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3116-43/+100
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-316-30/+79
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-294-20/+53
| | |\ \ \
| | | * | | bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-291-1/+1