summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-03rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge
2018-03-03dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev
2018-03-03net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau
2018-03-03net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee
2018-03-03cfg80211: fix station info handling bugsJohannes Berg
2018-03-03can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde
2018-03-03sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-03-03sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-03-03sctp: use the right sk after waking up from wait_buf sleepXin Long
2018-03-03cfg80211: check dev_set_name() return valueJohannes Berg
2018-03-038021q: fix a memory leak for VLAN 0 deviceCong Wang
2018-03-03net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2018-03-03xfrm: Return error on unknown encap_type in init_stateHerbert Xu
2018-03-03xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu
2018-03-03af_key: fix buffer overread in parse_exthdrs()Eric Biggers
2018-03-03af_key: fix buffer overread in verify_address_len()Eric Biggers
2018-03-03xfrm: Reinject transport-mode packets through taskletHerbert Xu
2018-03-03net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov
2018-03-03kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2018-03-03tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-03-03net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2018-03-03ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu
2018-03-03ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu
2018-03-03net_sched: red: Avoid illegal valuesNogah Frankel
2018-03-03batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tqSven Eckelmann
2018-03-03net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2018-02-13RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam
2018-02-13RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam
2018-02-13netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2018-02-13netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester
2018-02-13netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso
2018-02-13netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester
2018-02-13netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso
2018-02-13netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso
2018-02-13net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2018-02-13sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2018-02-13l2tp: initialise PPP sessions before registering themGuillaume Nault
2018-02-13l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault
2018-02-13l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2018-02-13l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2018-02-13l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault
2018-02-13l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin
2018-02-13l2tp: purge session reorder queue on deleteTom Parkin
2018-02-13l2tp: add session reorder queue purge function to coreTom Parkin
2018-02-13net/9p: Switch to wait_event_killable()Tuomas Tynkkynen
2018-01-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro
2018-01-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann
2018-01-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam