summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: atm: Fix potential Spectre v1Gustavo A. R. Silva2018-05-161-2/+7
* rfkill: gpio: fix memory leak in probe error pathJohan Hovold2018-05-161-1/+6
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-161-1/+1
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-05-161-0/+1
* dccp: initialize ireq->ir_markEric Dumazet2018-05-162-0/+2
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-05-161-2/+2
* net: initialize skb->peeked when cloningEric Dumazet2018-05-161-0/+1
* netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-05-161-0/+2
* kcm: Call strp_stop before strp_done in kcm_attachTom Herbert2018-05-161-0/+1
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-05-162-83/+80
* libceph: validate con->state at the top of try_write()Ilya Dryomov2018-05-011-0/+7
* libceph: reschedule a tick in finish_hunting()Ilya Dryomov2018-05-011-0/+1
* libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov2018-05-011-3/+10
* strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes2018-04-291-4/+3
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-291-0/+2
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-8/+14
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-291-2/+4
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-291-10/+18
* llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2018-04-291-9/+12
* llc: hold llc_sap before release_sock()Cong Wang2018-04-291-0/+7
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-291-1/+1
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-291-30/+30
* vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-291-1/+1
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-291-1/+2
* packet: fix bitfield update raceWillem de Bruijn2018-04-292-21/+49
* tcp: don't read out-of-bounds opsizeJann Horn2018-04-291-5/+2
* llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-292-9/+22
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-291-4/+8
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-291-0/+7
* KEYS: DNS: limit the length of option stringsEric Biggers2018-04-291-7/+6
* rpc_pipefs: fix double-dput()Al Viro2018-04-241-0/+1
* rds: MP-RDS may use an invalid c_pathKa-Cheong Poon2018-04-201-5/+10
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-203-13/+33
* sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-201-3/+0
* net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-04-131-1/+3
* strparser: Fix sign of err codesDave Watson2018-04-131-2/+2
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-131-9/+11
* net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti2018-04-131-1/+2
* net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti2018-04-131-4/+5
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-131-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-131-4/+7
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-131-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-131-3/+5
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-131-5/+6
* net: fool proof dev_valid_name()Eric Dumazet2018-04-131-1/+1
* vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-131-1/+5
* sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-131-5/+8
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-131-1/+3
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-131-4/+8
* netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-04-131-0/+3