summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-21RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2016-03-21net: add validation for the socket syscall protocol argumentHannes Frederic Sowa5-0/+15
2016-03-21unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2016-03-21sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2016-03-21net: Fix RCU splat in af_keyDavid Ahern1-23/+23
2016-03-21rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter1-1/+1
2016-03-21netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2016-03-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee1-2/+4
2016-03-21mac80211: clear subdir_stations when removing debugfsTom Hughes1-0/+1
2016-03-21net: Clone skb before setting peeked flagHerbert Xu1-3/+38
2016-03-21rds: rds_ib_device.refcount overflowWengang Wang1-1/+3
2016-03-21net: call rcu_read_lock early in process_backlogJulian Anastasov1-10/+10
2016-03-21net: do not process device backlog during unregistrationJulian Anastasov1-2/+4
2016-03-21rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-54/+52
2015-10-229p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-10-22crush: fix a bug in tree bucket decodeIlya Dryomov1-1/+1
2015-10-22bridge: multicast: restore router configuration on port link down/upSatish Ashok1-0/+5
2015-10-22packet: avoid out of bounds read in round robin fanoutWillem de Bruijn1-16/+2
2015-10-22packet: read num_members once in packet_rcv_fanout()Eric Dumazet1-1/+1
2015-10-22bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-10-22sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-10-22SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-10-22pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer1-1/+1
2015-09-18udp: fix behavior of wrong checksumsEric Dumazet2-8/+4
2015-09-18NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-09-18bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin1-2/+2
2015-09-18net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng1-14/+10
2015-09-18ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-09-18bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-09-18bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-09-18bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok1-2/+2
2015-09-18bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2015-09-18mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2015-09-18ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala1-0/+3
2015-09-14ipv6: add check for blackhole or prohibited entry in rt6_redireWeilong Chen1-0/+11
2015-06-19ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2015-06-19net: make skb_gso_segment error handling more robustFlorian Westphal3-1/+5
2015-06-19openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar1-2/+2
2015-06-19mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg3-5/+12
2015-06-19net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong1-2/+2
2015-06-19nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg1-0/+8
2015-06-19mac80211: disable u-APSD queues by defaultMichal Kazior1-6/+17
2015-06-19mac80211: set only VO as a U-APSD enabled ACArik Nemtsov1-4/+7
2015-06-19mac80211: drop unencrypted frames in mesh fwdingBob Copeland1-0/+3
2015-06-19can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-06-19ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov1-0/+3
2015-06-19sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-06-19net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-06-19mac80211: Send EAPOL frames at lowest rateJouni Malinen1-3/+5
2015-06-19netfilter: xt_socket: fix a stack corruption bugEric Dumazet1-9/+12