summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-05-021-184/+72
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-05-021-174/+72
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2019-05-025-93/+22
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-05-022-260/+328
* ipv6: frags: fix a lockdep false positiveEric Dumazet2019-05-021-11/+12
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-021-1/+4
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-05-022-3/+11
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-021-9/+23
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-021-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-021-1/+6
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-021-1/+2
* tipc: handle the err returned from cmd header functionXin Long2019-05-021-2/+8
* vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr2019-05-021-7/+15
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-021-0/+3
* mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau2019-04-271-0/+3
* ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-271-2/+8
* ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-271-1/+9
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-271-1/+3
* net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov2019-04-271-1/+3
* net: bridge: fix per-port af_packet socketsNikolay Aleksandrov2019-04-271-9/+14
* net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-271-1/+5
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-04-203-8/+36
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-1/+2
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-171-2/+2
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-171-17/+30
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-171-0/+1
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-172-6/+5
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-171-18/+18
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-171-0/+1
* openvswitch: fix flow actions reallocationAndrea Righi2019-04-171-2/+2
* net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-04-171-1/+1
* kcm: switch order of device registration to fix a crashJiri Slaby2019-04-171-8/+8
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-171-0/+4
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-171-1/+3
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-052-7/+7
* tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-4/+4
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-1/+1
* net: rose: fix a possible stack overflowEric Dumazet2019-04-031-9/+12
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-04-031-1/+1
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-04-031-2/+2
* cfg80211: size various nl80211 messages correctlyJohannes Berg2019-04-031-8/+8
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-04-031-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-04-031-31/+46
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2019-03-273-15/+3
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-03-271-2/+1
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-272-1/+26
* phonet: fix building with clangArnd Bergmann2019-03-231-16/+16
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2019-03-191-1/+1