summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)Author
2020-01-31net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-01-31inet: protect against too small mtu values.Eric Dumazet
2020-01-19net/tls: use sg_next() to walk sg entriesJakub Kicinski
2020-01-19net/tls: remove the dead inplace_crypto codeJakub Kicinski
2020-01-19sctp: cache netns in sctp_ep_commonXin Long
2020-01-19net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen
2020-01-09net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn
2019-12-29bonding: use dynamic lockdep key instead of subclassTaehee Yoo
2019-12-29ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-12-29netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-12-29net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley
2019-12-29net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-12-29net/tls: add a TX lockJakub Kicinski
2019-12-29net: fix data-race in neigh_event_send()Eric Dumazet
2019-12-29bonding: fix state transition issue in link monitoringJay Vosburgh
2019-12-16net/flow_dissector: switch to siphashEric Dumazet
2019-12-16netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-12-16net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-12-16net: annotate lockless accesses to sk->sk_napi_idEric Dumazet
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-12-10sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-12-10llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2019-10-05ipv4: Revert removal of rt_uses_gatewayDavid Ahern
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn
2019-09-21net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni
2019-09-10netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-09-06ipv6: Fix return value of ipv6_mc_may_pull() for malformed packetsStefano Brivio
2019-08-29{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty
2019-08-25netlink: Fix nlmsg_parse as a wrapper for strict message parsingDavid Ahern
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-28tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-28tcp: be more careful in tcp_fragment()Eric Dumazet
2019-07-28net/tls: make sure offload also gets the keys wipedJakub Kicinski
2019-07-28net: make skb_dst_force return true when dst is refcountedFlorian Westphal
2019-07-26xdp: fix race on generic receive pathIlya Maximets
2019-07-26ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-24net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-18ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet