summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+1
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi1-1/+2
2019-05-25xfrm: clean up xfrm protocol checksCong Wang1-0/+17
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet1-1/+2
2019-05-16nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal1-0/+2
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann1-0/+3
2019-05-05sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-05-04net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-05-04xsk: fix umem memory leak on cleanupBjörn Töpel1-1/+0
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing1-1/+1
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso1-0/+6
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso1-4/+2
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso1-0/+3
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso1-4/+13
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal1-1/+6
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-2/+9
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov1-2/+14
2019-04-27net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski1-1/+1
2019-04-20xfrm: destroy xfrm_state synchronously on net exit pathCong Wang1-3/+9
2019-04-20Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa1-0/+2
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet2-8/+3
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal1-1/+0
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-03-23phonet: fix building with clangArnd Bergmann1-2/+3
2019-03-10Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke1-1/+1
2019-03-10net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2019-03-10net: Add __icmp_send helper.Nazarov Sergey1-1/+8
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+1
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet1-18/+13
2019-02-27netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu1-1/+0
2019-02-23ax25: fix possible use-after-freeEric Dumazet1-0/+12
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-1/+2
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-1/+1
2019-01-22netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-1/+0
2019-01-22netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal1-15/+3
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn1-0/+20
2018-12-29xfrm_user: fix freeing of xfrm states on acquireMathias Krause1-0/+1
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo2-2/+2
2018-12-17sctp: kfree_rcu asocXin Long1-0/+2
2018-12-17neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-11-23Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+12
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-3/+9
2018-10-18sctp: fix the data size calculation in sctp_data_sizeXin Long1-1/+1
2018-10-18geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-0/+10