summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-08batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann1-3/+15
2019-05-08batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann1-5/+9
2019-05-08batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann1-3/+13
2019-05-08caif: reduce stack size with KASANArnd Bergmann1-28/+22
2019-05-08rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-05-08packet: validate msg_namelen in send directlyWillem de Bruijn1-10/+14
2019-05-08sctp: avoid running the sctp state machine recursivelyXin Long2-37/+27
2019-05-08ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-05-08ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-05-08ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani1-0/+1
2019-05-04netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2-0/+3
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso1-4/+3
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu1-1/+4
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-05-02net/rose: Convert timers to use timer_setup()Kees Cook5-44/+36
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-05-02tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-05-02tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-05-02netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal1-1/+2
2019-05-02ipvs: fix warning on unused variableAndrea Claudi1-1/+2
2019-05-02tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-05-02sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3
2019-04-27net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov1-190/+72
2019-04-27net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov1-181/+68
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal5-93/+22
2019-04-27net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2-267/+328
2019-04-27ipv6: frags: fix a lockdep false positiveEric Dumazet1-11/+12
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau1-0/+3
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-27net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov1-1/+3
2019-04-27net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-20appletalk: Fix use-after-free in atalk_proc_exitYueHaibing3-8/+36
2019-04-20netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso1-0/+72
2019-04-209p: do not trust pdu content for stat item sizeGertjan Halkes1-1/+2
2019-04-17ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2019-04-17net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-15/+26
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-1/+9
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra2-6/+5
2019-04-17tcp: Ensure DCTCP reacts to lossesKoen De Schepper1-18/+18
2019-04-17sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1
2019-04-17openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-04-17net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan1-1/+1