aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2019-09-12ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern
2019-09-12ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long
2019-09-12inet: switch IP ID generator to siphashEric Dumazet
2019-08-02tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-08-02tcp: limit payload size of sacked skbsEric Dumazet
2019-08-02Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita
2019-08-02xfrm: clean up xfrm protocol checksCong Wang
2019-08-02ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-30nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter
2019-05-30netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-05-30Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-05-23sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-23net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti
2019-05-23xsk: fix umem memory leak on cleanupBjörn Töpel
2019-05-15ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet
2019-05-15net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-05-15net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-05-15net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-05-15ip: add helpers to process in-order fragments faster.Peter Oskolkov
2019-05-15ip: use rb trees for IP frag queue.Peter Oskolkov
2019-05-15ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-05-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-05-05Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa
2019-05-05vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-05-05netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-05-05netns: get more entropy from net_hash_mix()Eric Dumazet
2019-04-12netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-04-07sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-04-07packets: Always register packet sk in the same orderMaxime Chevallier
2019-03-26phonet: fix building with clangArnd Bergmann
2019-03-16Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke
2019-03-16net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-03-16net: Add __icmp_send helper.Nazarov Sergey
2019-03-16ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu
2019-03-16net: sched: put back q.qlen into a single locationEric Dumazet
2019-03-08netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu
2019-03-08ax25: fix possible use-after-freeEric Dumazet
2019-03-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-19ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2019-02-19net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2019-01-30netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.hMáté Eckl
2019-01-30tcp: mandate a one-time immediate ACKYuchung Cheng
2019-01-12sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2019-01-12ip: validate header length on virtual device xmitWillem de Bruijn
2019-01-12xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-12-30netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-30sctp: kfree_rcu asocXin Long
2018-12-30neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio
2018-12-15tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-12-04Revert "sctp: remove sctp_transport_pmtu_check"Xin Long