summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-15Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman
2019-06-11ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-06-11ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long
2019-06-04inet: switch IP ID generator to siphashEric Dumazet
2019-05-31Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-05-25xfrm: clean up xfrm protocol checksCong Wang
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-16nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter
2019-05-16netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-05-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-05-05sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-04net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti
2019-05-04xsk: fix umem memory leak on cleanupBjörn Töpel
2019-05-02net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-05-02netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-05-02netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-05-02netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-05-02netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-05-02netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-04-27net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski
2019-04-20xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-04-20Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-03-23phonet: fix building with clangArnd Bergmann
2019-03-10Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke
2019-03-10net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-03-10net: Add __icmp_send helper.Nazarov Sergey
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-27netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu
2019-02-23ax25: fix possible use-after-freeEric Dumazet
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2019-01-22netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso
2019-01-22netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn
2018-12-29xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo