aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet1-2/+1
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin1-24/+25
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya1-10/+12
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-7/+41
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller10-92/+143
2019-10-13genetlink: do not parse attributes for families with zero maxattrMichal Kubecek1-6/+4
2019-10-13tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh1-5/+5
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-9/+11
2019-10-11devlink: don't do reporter recovery if the state is healthyJiri Pirko1-0/+3
2019-10-11sock_get_timeout: drop unnecessary return variableVito Caputo1-6/+3
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo1-4/+2
2019-10-11xdp: Trivial, fix spelling in function descriptionAnton Ivanov1-1/+1
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki1-3/+7
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau6-68/+63
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau3-8/+76
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2-8/+5
2019-10-11nl80211: trivial: Remove redundant loopDenis Kenzior1-4/+2
2019-10-09net/smc: improve close of terminated socketUrsula Braun1-31/+9
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun5-3/+44
2019-10-09net/smc: increase device refcount for added link groupUrsula Braun1-2/+7
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun2-15/+43
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun2-7/+18
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2-21/+58
2019-10-09sctp: add SCTP_ADDR_MADE_PRIM eventXin Long1-0/+2
2019-10-09sctp: add SCTP_ADDR_REMOVED eventXin Long1-0/+1
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long2-14/+23
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+2
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko1-0/+9
2019-10-08net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko1-11/+17
2019-10-07bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev1-4/+34
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-3/+3
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+3
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski2-4/+3
2019-10-07net/tls: make allocation failure unlikelyJakub Kicinski1-3/+2
2019-10-07net/tls: mark sk->err being set as unlikelyJakub Kicinski1-1/+1
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski1-2/+2
2019-10-07net: core: use helper skb_ensure_writable in more placesHeiner Kallweit1-12/+8
2019-10-07net: devlink: fix reporter dump dumpitJiri Pirko1-1/+2
2019-10-06net/rds: Add missing include fileYueHaibing2-0/+2
2019-10-06devlink: have genetlink code to parse the attrs during dumpitJiri Pirko1-32/+6
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko1-19/+0
2019-10-06net: tipc: allocate attrs locally instead of using genl_family_attrbuf in compat_dumpit()Jiri Pirko3-17/+15
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko4-18/+9
2019-10-06net: nfc: have genetlink code to parse the attrs during dumpitJiri Pirko1-12/+5
2019-10-06net: ieee802154: have genetlink code to parse the attrs during dumpitJiri Pirko1-25/+14
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko1-17/+22
2019-10-06net: genetlink: push attrbuf allocation and parsing to a separate functionJiri Pirko1-22/+45
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko1-9/+38
2019-10-06net: genetlink: push doit/dumpit code from genl_family_rcv_msgJiri Pirko1-77/+96
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei1-8/+13