summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-09-12net: dsa: microchip: remove NET_DSA_TAG_KSZ_COMMONGeorge McCollister
2019-09-11tcp: force a PSH flag on TSO packetsEric Dumazet
2019-09-11ipv6: Don't use dst gateway directly in ip6_confirm_neigh()Stefano Brivio
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller
2019-09-11cfg80211: Purge frame registrations on iftype changeDenis Kenzior
2019-09-11nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma
2019-09-11mac80211: allow drivers to set max MTUWen Gong
2019-09-11cfg80211: Do not compare with boolean in nl80211_common_reg_change_eventzhong jiang
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg
2019-09-11mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho
2019-09-11mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen
2019-09-11mac80211: remove unnecessary key conditionJohannes Berg
2019-09-11mac80211: list features in WEP/TKIP disable in better orderJohannes Berg
2019-09-11cfg80211: always shut down on HW rfkillJohannes Berg
2019-09-11mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein
2019-09-11cfg80211: fix boundary value in ieee80211_frequency_to_channel()Arend van Spriel
2019-09-10devlink: add 'reset_dev_on_drv_probe' paramDirk van der Merwe
2019-09-07net/tls: align non temporal copy to cache linesJakub Kicinski
2019-09-07net/tls: remove the record tail optimizationJakub Kicinski
2019-09-07net/tls: use RCU for the adder to the offload record listJakub Kicinski
2019-09-07net/tls: unref frags in orderJakub Kicinski
2019-09-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu
2019-09-07tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet
2019-09-07net: fib_notifier: move fib_notifier_ops from struct net into per-net structJiri Pirko
2019-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-09-05Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva
2019-09-05Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta
2019-09-05Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad
2019-09-05xsk: lock the control mutex in sock_diag interfaceBjörn Töpel
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel
2019-09-05netfilter: nf_tables: fix possible null-pointer dereference in object updateFernando Fernandez Mancera
2019-09-05pppoatm: use %*ph to print small bufferAndy Shevchenko
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin
2019-09-05net/tls: dedup the record cleanupJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski
2019-09-05net/tls: don't jump to returnJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King