summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | cfg80211: Do not compare with boolean in nl80211_common_reg_change_eventzhong jiang2019-09-111-5/+3
| | * | | | | mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg2019-09-114-8/+19
| | * | | | | mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho2019-09-111-1/+1
| | * | | | | mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen2019-09-113-35/+15
| | * | | | | mac80211: remove unnecessary key conditionJohannes Berg2019-09-111-3/+3
| | * | | | | mac80211: list features in WEP/TKIP disable in better orderJohannes Berg2019-09-111-1/+1
| | * | | | | cfg80211: always shut down on HW rfkillJohannes Berg2019-09-113-9/+11
| | * | | | | mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein2019-09-111-1/+9
| | * | | | | cfg80211: fix boundary value in ieee80211_frequency_to_channel()Arend van Spriel2019-09-111-1/+1
| | * | | | | cfg80211: add local BSS receive time to survey informationFelix Fietkau2019-08-301-0/+4
| | * | | | | nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commandsMatthew Wang2019-08-221-0/+1
| | * | | | | mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King2019-08-221-1/+1
| * | | | | | devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe2019-09-101-0/+5
| | |/ / / / | |/| | | |
| * | | | | net/tls: align non temporal copy to cache linesJakub Kicinski2019-09-071-5/+28
| * | | | | net/tls: remove the record tail optimizationJakub Kicinski2019-09-071-20/+47
| * | | | | net/tls: use RCU for the adder to the offload record listJakub Kicinski2019-09-071-8/+13
| * | | | | net/tls: unref frags in orderJakub Kicinski2019-09-071-6/+3
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-09-074-16/+27
| |\ \ \ \ \
| | * | | | | Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby2019-09-061-2/+2
| | * | | | | Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-09-051-6/+2
| | * | | | | Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta2019-09-051-1/+1
| | * | | | | Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2019-09-051-7/+22
| * | | | | | ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-072-4/+4
| * | | | | | tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet2019-09-071-1/+1
| * | | | | | net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko2019-09-071-6/+23
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-079-21/+231
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | netfilter: nf_tables: fix possible null-pointer dereference in object updateFernando Fernandez Mancera2019-09-051-0/+3
| | * | | | | netfilter: nft_quota: add quota object update supportFernando Fernandez Mancera2019-09-031-7/+22
| | * | | | | netfilter: nf_tables: Introduce stateful object update operationFernando Fernandez Mancera2019-09-031-7/+71
| | * | | | | netfilter: not mark a spinlock as __read_mostlyLi RongQing2019-08-272-3/+2
| | * | | | | netfilter: nft_dynset: support for element deletionAnder Juaristi2019-08-272-0/+25
| | * | | | | netfilter: nfnetlink_log: add support for VLAN informationMichael Braun2019-08-261-0/+57
| | * | | | | netfilter: nft_meta: support for time matchingAnder Juaristi2019-08-261-0/+46
| | * | | | | netfilter: nf_tables: Introduce new 64-bit helper register functionsAnder Juaristi2019-08-261-4/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-069-85/+550
| |\ \ \ \ \ \
| | * | | | | | xsk: lock the control mutex in sock_diag interfaceBjörn Töpel2019-09-051-0/+3
| | * | | | | | xsk: use state member for socket synchronizationBjörn Töpel2019-09-051-15/+39
| | * | | | | | xsk: avoid store-tearing when assigning umemBjörn Töpel2019-09-051-2/+2
| | * | | | | | xsk: avoid store-tearing when assigning queuesBjörn Töpel2019-09-051-1/+1
| | * | | | | | xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-314-32/+153
| | * | | | | | bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov2019-08-311-1/+1
| | * | | | | | xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk2019-08-211-6/+30
| | * | | | | | xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-0/+50
| | * | | | | | bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-172-6/+107
| | * | | | | | net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy2019-08-171-2/+13
| | * | | | | | xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-174-19/+150
| | * | | | | | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-172-3/+3
| * | | | | | | net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai2019-09-061-4/+23
| * | | | | | | net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-066-5/+79
| | |_|/ / / / | |/| | | | |
| * | | | | | pppoatm: use %*ph to print small bufferAndy Shevchenko2019-09-051-3/+1