summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* proc: remove PDE_DATA() completelyMuchun Song2021-11-2916-56/+56
* Merge branch 'akpm-current/current'Stephen Rothwell2021-11-291-1/+2
|\
| * mm: introduce memalloc_retry_wait()NeilBrown2021-11-291-1/+2
* | Merge branch 'bitmap-master-5.15' of https://guthub.com/norov/linux.gitStephen Rothwell2021-11-291-2/+2
|\ \
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2021-10-021-2/+2
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell2021-11-291-3/+2
|\ \ \
| * | | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell2021-11-292-2/+2
|\ \ \
| * | | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-222-2/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/...Stephen Rothwell2021-11-2918-82/+438
|\ \ \ \
| * | | | ieee80211: change HE nominal packet padding value definesMiri Korenblit2021-11-281-4/+5
| * | | | cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg2021-11-284-34/+33
| * | | | mac80211: notify non-transmitting BSS of color changesJohn Crispin2021-11-261-0/+18
| * | | | mac80211: minstrel_ht: remove unused SAMPLE_SWITCH_THR definePeter Seiderer2021-11-261-2/+0
| * | | | cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi2021-11-263-27/+71
| * | | | cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2021-11-262-10/+17
| * | | | cfg80211: delete redundant free codeliuguoqiang2021-11-261-9/+5
| * | | | mac80211: add support for .ndo_fill_forward_pathFelix Fietkau2021-11-264-1/+89
| * | | | mac80211: Remove unused assignment statementsluo penghao2021-11-261-4/+0
| * | | | cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_rada...Lorenzo Bianconi2021-11-261-1/+4
| * | | | cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi2021-11-193-23/+46
| * | | | mac80211: introduce set_radar_offchan callbackLorenzo Bianconi2021-11-191-0/+13
| * | | | cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi2021-11-196-6/+176
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Stephen Rothwell2021-11-292-17/+29
|\ \ \ \ \
| * | | | | Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka2021-11-251-0/+7
| * | | | | Bluetooth: Send device found event on name resolve failureArchie Pusaka2021-11-252-9/+14
| * | | | | Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz2021-11-251-1/+1
| * | | | | Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz2021-11-251-2/+2
| * | | | | Bluetooth: refactor malicious adv data checkBrian Gix2021-11-241-5/+5
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell2021-11-292-3/+1
|\ \ \ \ \ \
| * | | | | | xfrm: Remove duplicate assignmentluo penghao2021-11-181-1/+0
| * | | | | | ipv6/esp6: Remove structure variables and alignment statementsluo penghao2021-11-181-2/+1
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell2021-11-29111-4850/+8769
|\ \ \ \ \ \ \
| * | | | | | | af_unix: Relax race in unix_autobind().Kuniyuki Iwashima2021-11-261-10/+12
| * | | | | | | af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-262-48/+70
| * | | | | | | af_unix: Save hash in sk_hash.Kuniyuki Iwashima2021-11-261-19/+23
| * | | | | | | af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima2021-11-261-29/+35
| * | | | | | | af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima2021-11-261-4/+2
| * | | | | | | af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima2021-11-261-40/+67
| * | | | | | | af_unix: Remove unix_mkname().Kuniyuki Iwashima2021-11-261-23/+11
| * | | | | | | af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima2021-11-261-38/+25
| * | | | | | | af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima2021-11-261-10/+30
| * | | | | | | af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima2021-11-261-18/+22
| * | | | | | | af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima2021-11-261-55/+81
| * | | | | | | af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima2021-11-261-15/+21
| * | | | | | | af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2021-11-262-8/+14
| * | | | | | | bridge: use __set_bit in __br_vlan_set_default_pvidXin Long2021-11-261-2/+2
| * | | | | | | net: ethtool: set a default driver nameTonghao Zhang2021-11-261-0/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-2626-121/+255
| |\ \ \ \ \ \ \
| * | | | | | | | sctp: make the raise timer more simple and accurateXin Long2021-11-253-21/+19