summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-161-2/+2
* 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
* netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri2019-05-161-1/+1
* 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
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-05-161-7/+12
* 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
* ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-161-0/+1
* ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-05-161-9/+23
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-161-1/+2
* sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-05-161-0/+3
* tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-271-5/+5
* 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
* net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov2019-04-271-1/+3
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-04-272-1/+6
* 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
* 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
* 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
* ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2019-04-031-1/+1
* 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
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-231-8/+6
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-232-20/+31
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-231-1/+1
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-231-5/+8
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-231-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-231-1/+5
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-231-2/+3
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-233-1/+16
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-231-3/+1
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-231-0/+12
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-231-0/+50
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-231-4/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-231-2/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-232-7/+32