summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2020-04-28net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-04-28neighbour: remove neigh_cleanup() methodEric Dumazet
2020-04-28cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky
2020-02-11inet: protect against too small mtu values.Eric Dumazet
2020-02-11tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2020-02-11tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2020-02-11tcp: syncookies: extend validity rangeEric Dumazet
2020-01-11tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet
2019-12-19netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner
2019-12-19net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-12-19ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-12-19net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-09-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov
2019-09-23Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-08-20tcp: Clear sk_send_head after purging the write queueBen Hutchings
2019-08-13netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-08-13inet: switch IP ID generator to siphashEric Dumazet
2019-08-13ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13ipv6: Make __ipv6_select_ident staticVlad Yasevich
2019-08-13ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2019-08-13sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-07-09netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-07-09gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2019-05-11ipv4: fix a race in update_or_create_fnhe()Eric Dumazet
2019-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-12-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo
2018-11-20vsock: split dwork to avoid reinitializationsCong Wang
2018-11-20netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-10-21soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-10-21net: fix rtnh_ok()Eric Dumazet
2018-10-21net: core: dst: Add kernel-doc for 'net' parameterJonathan Neuschäfer
2018-06-16ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-06-16sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-06-16regulatory: add NUL to request alpha2Johannes Berg
2018-06-16udplite: fix partial checksum initializationAlexey Kodanev
2018-06-16sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe
2018-03-03mac80211_hwsim: validate number of different channelsJohannes Berg
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel
2018-03-03net_sched: red: Avoid devision by zeroNogah Frankel
2018-03-03sctp: force the params with right types for sctp csum apisXin Long
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni
2018-01-01IPv4: early demux can return an error codePaolo Abeni
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer