summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
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-07-14ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long
2019-07-03net/tls: fix page double free on TX cleanupDirk van der Merwe
2019-06-25{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty
2019-06-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-06-22netfilter: nft_fib: Fix existence check supportPhil Sutter
2019-06-22net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier
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-25flow_offload: support CVLAN matchEdward Cree
2019-05-25ipv6: prevent possible fib6 leaksEric Dumazet
2019-05-11Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau
2019-04-08cfg80211: add ratelimited variants of err and warnStanislaw Gruszka
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter
2019-04-01net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni
2019-04-01net: sched: introduce and use qstats read helpersPaolo Abeni
2019-04-01vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-03-29mac80211: rework locking for txq scheduling / airtime fairnessFelix Fietkau
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-03-27xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-03-26xfrm: clean up xfrm protocol checksCong Wang
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti
2019-03-21net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti
2019-03-20Revert "net: xfrm: Add '_rcu' tag for rcu protected pointer in netns_xfrm"Steffen Klassert
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller