summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-05-04netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet
2019-05-02net/rose: Convert timers to use timer_setup()Kees Cook
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-05-02ipvs: fix warning on unused variableAndrea Claudi
2019-05-02tipc: handle the err returned from cmd header functionXin Long
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-04-27ipv6: frags: fix a lockdep false positiveEric Dumazet
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-27net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov
2019-04-27net: bridge: fix per-port af_packet socketsNikolay Aleksandrov
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-04-20netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes
2019-04-17ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-17net: ethtool: not call vzalloc for zero sized memory requestLi RongQing
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-17sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long
2019-04-17openvswitch: fix flow actions reallocationAndrea Righi
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel
2019-04-17net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan
2019-04-17net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-04-17kcm: switch order of device registration to fix a crashJiri Slaby
2019-04-17ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-04-17ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-04-05netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-04-03net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
2019-04-03net: rose: fix a possible stack overflowEric Dumazet