summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann2019-09-161-7/+13
* batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet2019-09-161-1/+1
* xfrm: clean up xfrm protocol checksCong Wang2019-09-163-15/+5
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-09-101-2/+3
* tcp: inherit timestamp on mtu probeWillem de Bruijn2019-09-101-1/+2
* net: fix skb use after free in netpollFeng Sun2019-09-101-3/+3
* mac80211: fix possible sta leakJohannes Berg2019-09-061-4/+5
* Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-09-061-1/+1
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-09-061-1/+3
* sctp: fix the transport error_count checkXin Long2019-08-251-1/+1
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-251-0/+7
* netfilter: conntrack: Use consistent ct id hash calculationDirk Morris2019-08-251-8/+8
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-08-251-3/+17
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-08-252-5/+64
* inet: switch IP ID generator to siphashEric Dumazet2019-08-252-19/+23
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-08-251-2/+8
* bpf: restrict access to core bpf sysctlsDaniel Borkmann2019-08-251-2/+37
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2019-08-252-14/+9
* mac80211: don't WARN on short WMM parameters from APBrian Norris2019-08-251-0/+10
* mac80211: don't warn about CW params when not using themBrian Norris2019-08-251-4/+9
* netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-08-251-1/+1
* ife: error out when nla attributes are emptyCong Wang2019-08-111-0/+3
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-08-111-4/+4
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-0/+3
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-111-4/+7
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-08-111-3/+3
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-111-0/+2
* net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov2019-08-111-0/+3
* net: bridge: delete local fdb on device init failureNikolay Aleksandrov2019-08-111-0/+5
* libceph: use kbasename() and kill ceph_file_part()Ilya Dryomov2019-08-111-13/+0
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-111-1/+10
* 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
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-08-041-2/+2
* nfc: fix potential illegal memory accessYang Wei2019-08-041-1/+1
* net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-08-041-4/+2
* 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
* igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-08-041-6/+2
* 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