summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-07Bluetooth: Fix valid Identity Address checkJohan Hedberg1-1/+5
2015-02-27net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-02-27ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-02-27tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-02-27bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu1-1/+5
2015-02-27net: don't OOPS on socket aioChristoph Hellwig1-3/+0
2015-02-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-02-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-02-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-02-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-02-27net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-02-27ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-02-27net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-02-27ip: zero sockaddr returned on error queueWillem de Bruijn2-13/+5
2015-02-06nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-02-06mac80211: only roll back station states for WDS when suspendingLuciano Coelho1-14/+15
2015-02-06mac80211: properly set CCK flag in radiotapMathy Vanhoef1-1/+1
2015-01-30ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2015-01-30netfilter: conntrack: fix race between confirmation and flushPablo Neira Ayuso1-11/+9
2015-01-30netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso1-1/+1
2015-01-30netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso1-5/+9
2015-01-30netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso1-1/+2
2015-01-27cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen1-3/+6
2015-01-27cfg80211: avoid mem leak on driver hint setArik Nemtsov1-1/+4
2015-01-27cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach1-5/+2
2015-01-27nl80211: check matches array length before acessing itLuciano Coelho1-1/+1
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2015-01-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2015-01-27net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2015-01-27net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2015-01-27tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29
2015-01-27batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli1-1/+1
2015-01-27batman-adv: Unify fragment size calculationSven Eckelmann1-1/+1
2015-01-27batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann1-1/+1
2015-01-27net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2015-01-27geneve: Fix races between socket add and release.Jesse Gross1-6/+7
2015-01-27geneve: Remove socket and offload handlers at destruction.Jesse Gross1-0/+17
2015-01-27netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf1-1/+1
2015-01-27netlink: Always copy on mmap TX.David Miller1-36/+16
2015-01-27gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs1-4/+5
2015-01-16Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg1-3/+9
2015-01-16rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields1-3/+3
2015-01-16Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg1-1/+6
2015-01-16Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann1-3/+6
2015-01-16Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann1-0/+2
2015-01-16Bluetooth: Fix check for direct advertisingJohan Hedberg1-1/+1
2015-01-16Bluetooth: Fix LE connection timeout deadlockJohan Hedberg1-1/+1
2015-01-16Bluetooth: 6lowpan: fix skb_unshare behaviourAlexander Aring1-6/+2
2015-01-08mac80211: free management frame keys when removing stationJohannes Berg1-1/+1