summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-06-15mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville2-2/+2
2009-06-15mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2009-06-15mac80211: minstrel, fix memory corruptionJiri Slaby1-1/+1
2009-06-15cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez1-0/+7
2009-06-15wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez1-5/+6
2009-06-15vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy1-1/+2
2009-06-15pktgen: do not access flows[] beyond its lengthFlorian Westphal1-1/+1
2009-06-15Revert "rose: zero length frame filtering in af_rose.c"David S. Miller1-10/+0
2009-06-15net: fix rtable leak in net/ipv4/route.cEric Dumazet1-38/+17
2009-06-15net: fix length computation in rt_check_expire()Eric Dumazet1-2/+3
2009-06-15sch_teql: should not dereference skb after ndo_start_xmit()Eric Dumazet1-2/+3
2009-06-15net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault1-1/+1
2009-06-15tcp: fix >2 iw selectionIlpo Jarvinen1-0/+3
2009-06-15tcp: fix MSG_PEEK race checkIlpo Jarvinen1-1/+4
2009-06-15xfrm: wrong hash value for temporary SANicolas Dichtel1-3/+3
2009-05-19netlabel: Add new NetLabel KAPI interfaces for request_sock security attributesPaul Moore1-0/+84
2009-05-19netlabel: Add CIPSO {set, del}attr request_sock functionsPaul Moore1-0/+130
2009-05-19lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore2-7/+9
2009-05-09mac80211: fix basic rate bitmap calculationJohannes Berg1-1/+1
2009-05-09mac80211: Fix bug in getting rx status for frames pending in reorder bufferVasanthakumar Thiagarajan1-4/+9
2009-04-27gso: Fix support for linear packetsHerbert Xu1-1/+1
2009-04-27netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy3-3/+9
2009-04-27net/netrom: Fix socket lockingJean Delvare1-2/+4
2009-04-27af_rose/x25: Sanity check the maximum user frame sizeAlan Cox3-1/+15
2009-04-03cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez1-1/+5
2009-04-03cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez1-5/+12
2009-04-03xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert1-1/+1
2009-04-03ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-04-03GRO: Disable GRO on legacy netif_rx pathHerbert Xu1-6/+3
2009-04-03bridge: bad error handling when adding invalid ether addressStephen Hemminger1-1/+0
2009-04-03udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh1-1/+5
2009-04-03netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver1-1/+2
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-17/+49
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen1-0/+11
2009-03-19netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2-5/+5
2009-03-19net: kfree(napi->skb) => kfree_skbRoel Kluin1-1/+1
2009-03-19net: fix sctp breakageAl Viro1-1/+2
2009-03-19ipv6: fix display of local and remote sit endpointsBjørn Mork1-1/+1
2009-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-0/+18
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-7/+8
2009-03-17gro: Fix legacy path napi_complete crashHerbert Xu1-2/+3
2009-03-17mac80211: Fix panic on fragmentation with power savingJouni Malinen1-0/+2
2009-03-17lib80211: silence excessive crypto debugging messagesJohn W. Linville3-0/+16
2009-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-32/+61
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch1-4/+4
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2-3/+3
2009-03-16netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso1-0/+1
2009-03-14xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller1-32/+58
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2-5/+10
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust1-1/+9