aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-26device: add device_change_owner()Christian Brauner1-0/+1
2020-02-26sysfs: add sysfs_change_owner()Christian Brauner1-0/+6
2020-02-26sysfs: add sysfs_group{s}_change_owner()Christian Brauner1-0/+20
2020-02-26sysfs: add sysfs_link_change_owner()Christian Brauner1-0/+10
2020-02-26sysfs: add sysfs_file_change_owner()Christian Brauner1-0/+10
2020-02-25devlink: extend devlink_trap_report() to accept cookie and passJiri Pirko1-3/+4
2020-02-25drop_monitor: extend by passing cookie from driverJiri Pirko2-0/+4
2020-02-25devlink: add trap metadata type for cookieJiri Pirko2-0/+3
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko1-0/+11
2020-02-24Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-53/+193
2020-02-24mdio_bus: Add generic mdio_find_bus()Jeremy Linton1-0/+1
2020-02-24net: Special handling for IP & MPLS.Martin Varghese2-0/+2
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese4-0/+42
2020-02-24devlink: add ACL generic packet trapsJiri Pirko1-0/+9
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam1-0/+10
2020-02-24nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam2-0/+6
2020-02-24nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam2-0/+6
2020-02-24nl80211: Add support to configure TID specific retry configurationTamizh chelvam2-0/+20
2020-02-24nl80211: modify TID-config APIJohannes Berg2-40/+54
2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam2-0/+111
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen2-0/+11
2020-02-24cfg80211: fix indentation errorsJérôme Pouiller1-11/+11
2020-02-24cfg80211: merge documentations of field "dev"Jérôme Pouiller1-3/+3
2020-02-24cfg80211: merge documentations of field "debugfsdir"Jérôme Pouiller1-3/+2
2020-02-24cfg80211: drop duplicated documentation of field "reg_notifier"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "perm_addr"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "_net"Jérôme Pouiller1-1/+0
2020-02-24cfg80211: drop duplicated documentation of field "registered"Jérôme Pouiller1-2/+0
2020-02-24cfg80211: drop duplicated documentation of field "privid"Jérôme Pouiller1-5/+0
2020-02-24cfg80211: drop duplicated documentation of field "probe_resp_offload"Jérôme Pouiller1-5/+0
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg2-17/+2
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-22/+69
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller26-330/+150
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki1-2/+0
2020-02-21tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki1-0/+7
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki1-2/+35
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki1-1/+2
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2020-02-21Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-8/+11
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-20/+104
2020-02-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-268/+17
2020-02-21include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swapChristian Borntraeger1-2/+2
2020-02-21y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2-10/+14
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann4-219/+1
2020-02-21y2038: remove ktime to/from timespec/timeval conversionArnd Bergmann1-37/+0
2020-02-21cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach1-7/+0
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki1-0/+1
2020-02-20net: page_pool: API cleanup and commentsIlias Apalodimas1-22/+14
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-9/+7
2020-02-19bpf: Add bpf_read_branch_records() helperDaniel Xu1-1/+24