summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-281-0/+1
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-281-1/+2
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-281-0/+5
* net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-07-281-1/+4
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-261-2/+4
* ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-07-141-3/+6
* ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-07-101-1/+0Star
* 9p: Add refcount to p9_req_tTomas Bortoli2019-07-031-0/+14
* 9p: add a per-client fcall kmem_cacheDominique Martinet2019-07-032-0/+5
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2019-07-031-2/+3
* 9p: Use a slab for allocating requestsMatthew Wilcox2019-07-031-42/+9Star
* {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-06-251-1/+2
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+3
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-171-0/+2
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-3/+0Star
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-111-0/+4
* ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-111-2/+1Star
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-0/+2
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-311-0/+1
* xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2019-05-251-1/+2
* xfrm: clean up xfrm protocol checksCong Wang2019-05-251-0/+17
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-251-1/+2
* nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-05-161-1/+1
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-05-161-0/+2
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-101-0/+3
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-051-1/+0Star
* net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-05-041-1/+1
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-05-041-1/+0Star
* net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-05-021-1/+1
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-05-021-0/+6
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-05-021-4/+2Star
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-05-021-0/+3
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-05-021-4/+13
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2019-05-021-1/+6
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-2/+9
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-271-2/+14
* net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-271-1/+1
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-3/+9
* Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2019-04-201-0/+2
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-171-1/+1
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-172-8/+3Star
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-051-1/+0Star
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-04-031-1/+1
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-0/+6
* phonet: fix building with clangArnd Bergmann2019-03-231-2/+3
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-03-101-1/+1
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-101-0/+2
* net: Add __icmp_send helper.Nazarov Sergey2019-03-101-1/+8