summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* llc: better deal with too small mtuEric Dumazet2018-05-191-0/+3
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-192-4/+10
* ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-05-191-65/+53
* dccp: fix tasklet usageEric Dumazet2018-05-192-3/+13
* 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
* rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lockSowmini Varadhan2018-05-161-8/+9
* 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
* 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
* VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-291-0/+6
* net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-291-4/+8
* 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
* l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2018-04-292-2/+8
* l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault2018-04-293-23/+13
* l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault2018-04-291-7/+17
* l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-293-3/+30
* net: sched: ife: check on metadata lengthAlexander Aring2018-04-291-0/+3
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-292-3/+39
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-291-1/+1
* 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
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-291-2/+4
* tcp: don't read out-of-bounds opsizeJann Horn2018-04-291-5/+2
* tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-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
* 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
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-9/+14
* llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-292-9/+22
* 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/+5
* 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