summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-0/+3
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-08-111-1/+2
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-111-4/+7
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-111-0/+2
* net: bridge: delete local fdb on device init failureNikolay Aleksandrov2019-08-111-0/+5
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-111-1/+10
* netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameterPhil Turnbull2019-08-111-0/+2
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2019-08-041-3/+8
* net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov2019-08-041-2/+1
* net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov2019-08-041-2/+1
* net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov2019-08-041-12/+17
* tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-08-041-0/+2
* netrom: hold sock when setting skb->destructorCong Wang2019-08-041-0/+1
* netrom: fix a memory leak in nr_rx_frame()Cong Wang2019-08-041-1/+2
* nfc: fix potential illegal memory accessYang Wei2019-08-041-1/+1
* net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-08-041-0/+2
* ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-08-041-0/+8
* Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bugSzymon Janc2019-08-041-0/+13
* 9p/virtio: Add cleanup path in p9_virtio_initYueHaibing2019-08-041-1/+7
* Bluetooth: validate BLE connection interval updatescsonsino2019-08-042-1/+13
* Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-08-041-0/+6
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-08-041-4/+10
* xfrm: fix sa selector validationNicolas Dichtel2019-08-041-0/+3
* xfrm: Fix xfrm sel prefix length validationAnirudh Gupta2019-08-041-0/+16
* af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden2019-08-041-2/+6
* batman-adv: fix for leaked TVLV handler.Jeremy Sowden2019-08-041-0/+2
* mac80211: mesh: fix RCU warningThomas Pedersen2019-07-211-1/+4
* Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-101-1/+1
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-07-101-1/+1
* tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-07-101-3/+15
* tipc: change to use register_pernet_deviceXin Long2019-07-101-6/+6
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-07-101-4/+4
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2019-07-101-0/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2019-07-101-3/+9
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2019-07-101-2/+1
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2019-07-101-2/+2
* mac80211: drop robust management frames from unknown TAJohannes Berg2019-07-101-0/+2
* cfg80211: fix memory leak of wiphy device nameEric Biggers2019-07-101-1/+1
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-07-102-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-101-0/+8
* can: purge socket error queue on sock destructWillem de Bruijn2019-07-101-0/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-271-1/+1
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-221-0/+1
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-221-0/+2
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-221-8/+0
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-171-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-173-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-172-0/+6