summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: limit wiphy names to 128 bytesJohannes Berg2018-05-251-0/+3
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-05-251-2/+5
* sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-251-1/+1
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-251-1/+3
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-252-2/+4
* netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-05-221-27/+32
* l2tp: revert "l2tp: fix missing print session offset info"James Chapman2018-05-191-2/+0
* xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2018-05-191-0/+1
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-192-40/+77
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-191-1/+1
* tcp: ignore Fast Open on repair modeYuchung Cheng2018-05-191-1/+1
* tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell2018-05-191-1/+3
* sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-191-1/+1
* sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-191-1/+0
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-05-191-0/+3
* openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio2018-05-191-6/+3
* net: support compat 64-bit time in {s,g}etsockoptLance Richardson2018-05-191-2/+4
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-191-12/+25
* 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
* 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
* 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