summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysfs: add sysfs_group{s}_change_owner()Christian Brauner2020-02-271-0/+20
* sysfs: add sysfs_link_change_owner()Christian Brauner2020-02-271-0/+10
* sysfs: add sysfs_file_change_owner()Christian Brauner2020-02-271-0/+10
* devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko2020-02-251-3/+4
* drop_monitor: extend by passing cookie from driverJiri Pirko2020-02-252-0/+4
* devlink: add trap metadata type for cookieJiri Pirko2020-02-252-0/+3
* flow_offload: pass action cookie through offload structuresJiri Pirko2020-02-251-0/+11
* Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub...David S. Miller2020-02-253-53/+193
|\
| * mac80211: Add api to support configuring TID specific configurationTamizh chelvam2020-02-241-0/+10
| * nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam2020-02-242-0/+6
| * nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam2020-02-242-0/+6
| * nl80211: Add support to configure TID specific retry configurationTamizh chelvam2020-02-242-0/+20
| * nl80211: modify TID-config APIJohannes Berg2020-02-242-40/+54
| * nl80211: Add NL command to support TID speicific configurationsTamizh chelvam2020-02-242-0/+111
| * cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen2020-02-242-0/+11
| * cfg80211: fix indentation errorsJérôme Pouiller2020-02-241-11/+11
| * cfg80211: merge documentations of field "dev"Jérôme Pouiller2020-02-241-3/+3
| * cfg80211: merge documentations of field "debugfsdir"Jérôme Pouiller2020-02-241-3/+2
| * cfg80211: drop duplicated documentation of field "reg_notifier"Jérôme Pouiller2020-02-241-1/+0
| * cfg80211: drop duplicated documentation of field "perm_addr"Jérôme Pouiller2020-02-241-1/+0
| * cfg80211: drop duplicated documentation of field "_net"Jérôme Pouiller2020-02-241-1/+0
| * cfg80211: drop duplicated documentation of field "registered"Jérôme Pouiller2020-02-241-2/+0
| * cfg80211: drop duplicated documentation of field "privid"Jérôme Pouiller2020-02-241-5/+0
| * cfg80211: drop duplicated documentation of field "probe_resp_offload"Jérôme Pouiller2020-02-241-5/+0
| * Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg2020-02-242-17/+2
| * cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach2020-02-211-7/+0
* | mdio_bus: Add generic mdio_find_bus()Jeremy Linton2020-02-251-0/+1
* | net: Special handling for IP & MPLS.Martin Varghese2020-02-242-0/+2
* | net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese2020-02-244-0/+42
* | devlink: add ACL generic packet trapsJiri Pirko2020-02-241-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-225-22/+69
|\ \
| * | net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-211-2/+0
| * | tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-211-0/+7
| * | net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2020-02-211-2/+35
| * | net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-1/+2
| * | bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-1/+24
| * | bpf, sk_msg: Don't clear saved sock proto on restoreJakub Sitnicki2020-02-191-7/+1
| * | bpf, sk_msg: Let ULP restore sk_proto and write_space callbackJakub Sitnicki2020-02-191-10/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2126-330/+150
|\ \ \
| * \ \ Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-211-0/+2
| |\ \ \
| | * | | serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-0/+2
| * | | | Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-212-8/+11
| |\ \ \ \
| | * | | | USB: core: add endpoint-blacklist quirkJohan Hovold2020-02-101-0/+3
| | * | | | usb: charger: assign specific number for enum valuePeter Chen2020-02-101-8/+8
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-218-20/+104
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-201-9/+7
| | |\ \ \ \
| | | * | | | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
| | * | | | | Merge tag 'mlx5-fixes-2020-02-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-02-191-1/+4
| | |\ \ \ \ \
| | | * | | | | net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit2020-02-191-1/+4
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-192-1/+18
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |