summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel2019-12-311-3/+7
* mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen2019-12-311-1/+2
* Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2019-12-311-0/+9
* Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek2019-12-311-1/+8
* Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc2019-12-311-0/+8
* Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)2019-12-311-2/+2
* net/smc: increase device refcount for added link groupUrsula Braun2019-12-311-2/+7
* neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-311-3/+0
* sctp: fully initialize v4 addr in some functionsXin Long2019-12-311-0/+5
* sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner2019-12-311-2/+6
* net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2019-12-311-2/+5
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-311-1/+1
* af_packet: set defaule value for tmoMao Wenan2019-12-311-1/+2
* xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon2019-12-181-4/+4
* page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-12-182-123/+120
* act_ct: support asymmetric conntrackAaron Conole2019-12-181-1/+12
* net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-183-4/+6
* hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo2019-12-181-2/+7
* Fixed updating of ethertype in function skb_mpls_popMartin Varghese2019-12-183-4/+9
* gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-181-1/+1
* cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2019-12-182-61/+94
* net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley2019-12-181-19/+33
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-183-28/+27
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-185-16/+17
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-1810-18/+18
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-181-14/+15
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-181-2/+3
* openvswitch: support asymmetric conntrackAaron Conole2019-12-181-0/+11
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-183-10/+10
* net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-181-1/+7
* net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2019-12-182-0/+2
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-181-2/+3
* net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov2019-12-181-0/+6
* mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-181-1/+1
* inet: protect against too small mtu values.Eric Dumazet2019-12-183-11/+10
* rfkill: allocate static minorMarcel Holtmann2019-12-131-2/+7
* SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-12-131-1/+1
* tipc: fix link name length checkJohn Rutherford2019-12-041-2/+2
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-12-042-12/+4
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-12-041-5/+1
* net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-12-043-6/+6
* net/tls: free the record on encryption errorJakub Kicinski2019-12-041-2/+8
* net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski2019-12-041-5/+8
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-041-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-041-1/+4
* sctp: cache netns in sctp_ep_commonXin Long2019-12-043-2/+4
* sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-12-041-1/+3
* openvswitch: fix flow command message sizePaolo Abeni2019-12-041-1/+5
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-044-5/+6
* net: psample: fix skb_over_panicNikolay Aleksandrov2019-12-041-1/+1