summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-111-7/+7
* tipc: switch order of device registration to fix a crashJunwei Hu2019-06-111-7/+7
* net: avoid weird emergency messageEric Dumazet2019-06-111-1/+1
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-161-2/+2
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-161-1/+1
* vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-161-1/+3
* packet: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* bridge: Fix error path for kobject_init_and_add()Tobin C. Harding2019-05-161-7/+6
* ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-05-161-1/+1
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-05-161-1/+1
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2019-05-162-6/+14
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-161-0/+8
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-05-161-0/+1
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-161-9/+14
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-05-161-2/+2
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-161-6/+12
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-161-0/+1
* netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-05-162-0/+3
* ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-05-161-1/+4
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-161-9/+23
* bpf: reject wrong sized filters earlierDaniel Borkmann2019-05-161-8/+15
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-161-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-161-1/+6
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-161-1/+2
* tipc: handle the err returned from cmd header functionXin Long2019-05-161-2/+8
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-161-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: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-271-1/+5
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-04-273-8/+36
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-271-1/+2
* ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-271-2/+2
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-04-271-10/+19
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-271-0/+1
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-271-18/+18
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-271-0/+1
* openvswitch: fix flow actions reallocationAndrea Righi2019-04-271-2/+2
* net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-04-271-1/+1
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-271-0/+4
* ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-271-1/+3
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-272-7/+7
* Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-04-271-2/+1
* 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