summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: don't WARN on short WMM parameters from APBrian Norris2019-08-161-0/+10
* mac80211: don't warn about CW params when not using themBrian Norris2019-08-161-4/+9
* netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-08-161-1/+1
* netfilter: conntrack: always store window size un-scaledFlorian Westphal2019-08-161-3/+5
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-08-162-2/+7
* netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-08-161-1/+1
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-091-0/+3
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-091-4/+7
* net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun2019-08-091-2/+6
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0915-64/+85
* net sched: update vlan action for batched events operationsRoman Mashak2019-08-091-0/+9
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-08-091-3/+3
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov2019-08-091-0/+3
* net: bridge: delete local fdb on device init failureNikolay Aleksandrov2019-08-091-0/+5
* ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-08-091-0/+3
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-08-091-4/+2Star
* ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-08-091-1/+2
* ife: error out when nla attributes are emptyCong Wang2019-08-091-0/+5
* ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-08-041-3/+6
* vsock: correct removal of socket from the listSunil Muthuswamy2019-08-041-31/+7Star
* hv_sock: Add support for delayed closeSunil Muthuswamy2019-08-041-31/+77
* hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-07-311-33/+11Star
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-281-1/+3
* net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov2019-07-281-2/+1Star
* net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov2019-07-281-5/+3Star
* net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov2019-07-281-2/+1Star
* net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov2019-07-281-12/+17
* sctp: not bind the socket in sctp_connectXin Long2019-07-281-18/+2Star
* net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-282-2/+2
* net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-283-4/+1Star
* netrom: hold sock when setting skb->destructorCong Wang2019-07-281-0/+1
* netrom: fix a memory leak in nr_rx_frame()Cong Wang2019-07-281-1/+2
* tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-281-0/+2
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-283-5/+7
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-281-2/+11
* sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner2019-07-281-1/+8
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-281-2/+2
* nfc: fix potential illegal memory accessYang Wei2019-07-281-1/+1
* net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-07-281-4/+2Star
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-281-0/+2
* net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-07-281-1/+5
* ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-281-1/+17
* ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-281-1/+1
* ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-281-0/+8
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-07-281-6/+2Star
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-07-261-0/+13
* 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-07-261-1/+7
* 9p/xen: Add cleanup path in p9_trans_xen_initYueHaibing2019-07-261-1/+7
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-262-1/+13