summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)2019-10-161-2/+2
* Bluetooth: remove set but not used variable 'smp'YueHaibing2019-10-161-6/+0
* net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet2019-10-161-2/+1
* net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2019-10-161-24/+25
* hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya2019-10-161-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-142-7/+41
|\
| * xdp: Trivial, fix spelling in function descriptionAnton Ivanov2019-10-111-1/+1
| * flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki2019-10-111-3/+7
| * bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev2019-10-081-4/+34
* | Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2019-10-1310-92/+143
|\ \
| * | mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau2019-10-116-68/+63
| * | mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau2019-10-113-8/+76
| * | mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2019-10-112-8/+5
| * | nl80211: trivial: Remove redundant loopDenis Kenzior2019-10-111-4/+2
| * | mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+8
| * | mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg2019-10-041-11/+4
| * | mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte2019-10-041-8/+1
* | | genetlink: do not parse attributes for families with zero maxattrMichal Kubecek2019-10-131-6/+4
* | | tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh2019-10-131-5/+5
* | | devlink: propagate extack down to health reporter opsJiri Pirko2019-10-121-9/+11
* | | devlink: don't do reporter recovery if the state is healthyJiri Pirko2019-10-121-0/+3
* | | sock_get_timeout: drop unnecessary return variableVito Caputo2019-10-121-6/+3
* | | af_unix: __unix_find_socket_byname() cleanupVito Caputo2019-10-121-4/+2
* | | net/smc: improve close of terminated socketUrsula Braun2019-10-101-31/+9
* | | net/smc: no new connections on disappearing devicesUrsula Braun2019-10-105-3/+44
* | | net/smc: increase device refcount for added link groupUrsula Braun2019-10-101-2/+7
* | | net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun2019-10-102-15/+43
* | | net/smc: separate SMCD and SMCR link group listsUrsula Braun2019-10-102-7/+18
* | | sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2019-10-102-21/+58
* | | sctp: add SCTP_ADDR_MADE_PRIM eventXin Long2019-10-101-0/+2
* | | sctp: add SCTP_ADDR_REMOVED eventXin Long2019-10-101-0/+1
* | | sctp: add SCTP_ADDR_ADDED eventXin Long2019-10-102-14/+23
* | | Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet2019-10-091-3/+2
* | | net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko2019-10-091-0/+9
* | | net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko2019-10-091-11/+17
* | | net/tls: store decrypted on a single bitJakub Kicinski2019-10-071-3/+3
* | | net/tls: store async_capable on a single bitJakub Kicinski2019-10-071-2/+3
* | | net/tls: pass context to tls_device_decrypted()Jakub Kicinski2019-10-072-4/+3
* | | net/tls: make allocation failure unlikelyJakub Kicinski2019-10-071-3/+2
* | | net/tls: mark sk->err being set as unlikelyJakub Kicinski2019-10-071-1/+1
* | | net: sockmap: use bitmap for copy infoJakub Kicinski2019-10-071-2/+2
* | | net: core: use helper skb_ensure_writable in more placesHeiner Kallweit2019-10-071-12/+8
* | | net: devlink: fix reporter dump dumpitJiri Pirko2019-10-071-1/+2
* | | net/rds: Add missing include fileYueHaibing2019-10-062-0/+2
* | | devlink: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-32/+6
* | | net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko2019-10-061-19/+0
* | | net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-063-17/+15
* | | net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-064-18/+9
* | | net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-12/+5
* | | net: ieee802154: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-25/+14