summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: check iface upper dev when setting master via ioctlHangbin Liu2018-05-191-2/+2
* 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
* inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-05-161-0/+1
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-05-161-0/+1
* ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-05-161-5/+6
* 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
* netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal2018-05-161-5/+6
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-05-162-83/+80
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-05-095-9/+7
* 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
* 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: check on metadata lengthAlexander Aring2018-04-291-0/+3
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-292-3/+39
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-291-1/+0
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-291-1/+1
* strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes2018-04-291-4/+3
* strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes2018-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
* net/smc: fix shutdown in state SMC_LISTENUrsula Braun2018-04-291-6/+4
* net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-291-10/+18
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-291-2/+4
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-9/+14
* 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
* ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-291-1/+1
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-291-0/+2
* netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal2018-04-261-0/+3
* netfilter: compat: reject huge allocation requestsFlorian Westphal2018-04-261-8/+18
* netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-04-265-11/+31
* netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-04-264-3/+18
* netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal2018-04-261-1/+2
* SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextTrond Myklebust2018-04-261-2/+2
* svcrdma: Fix Read chunk round-upChuck Lever2018-04-261-4/+8
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-04-262-41/+52
* RDS: IB: Fix null pointer issueGuanglei Li2018-04-261-1/+2