summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-16/+0
2018-03-03rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2018-03-03dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
2018-03-03net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-03-03net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2018-03-03cfg80211: fix station info handling bugsJohannes Berg1-2/+1
2018-03-03can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-6/+6
2018-03-03sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-03-03sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-03-03sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2018-03-03cfg80211: check dev_set_name() return valueJohannes Berg1-1/+6
2018-03-038021q: fix a memory leak for VLAN 0 deviceCong Wang1-5/+1
2018-03-03net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2018-03-03xfrm: Return error on unknown encap_type in init_stateHerbert Xu2-2/+2
2018-03-03xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu1-1/+1
2018-03-03af_key: fix buffer overread in parse_exthdrs()Eric Biggers1-0/+3
2018-03-03af_key: fix buffer overread in verify_address_len()Eric Biggers1-0/+5
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu3-2/+74
2018-03-03net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-1/+6
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2-0/+3
2018-03-03tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2018-03-03net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-4/+9
2018-03-03ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu1-8/+54
2018-03-03ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu1-39/+11
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel3-0/+8
2018-03-03batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+2
2018-03-03net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2018-02-13RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-02-13RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2018-02-13netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet1-1/+5
2018-02-13netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester1-1/+1
2018-02-13netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso1-12/+16
2018-02-13netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester1-3/+8
2018-02-13netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso1-2/+4
2018-02-13netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso1-3/+14
2018-02-13net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman1-0/+2
2018-02-13sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe5-100/+107
2018-02-13l2tp: initialise PPP sessions before registering themGuillaume Nault1-30/+38
2018-02-13l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault1-53/+101
2018-02-13l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault1-30/+73
2018-02-13l2tp: don't register sessions in l2tp_session_create()Guillaume Nault4-20/+35
2018-02-13l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault1-4/+4
2018-02-13l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin1-43/+10
2018-02-13l2tp: purge session reorder queue on deleteTom Parkin1-0/+4
2018-02-13l2tp: add session reorder queue purge function to coreTom Parkin2-0/+18
2018-02-13net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2-9/+7
2018-01-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2018-01-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann2-0/+8