aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski1-1/+3
2008-12-21pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski1-1/+1
2008-12-21net: add DCNA attribute to the BCN interface for DCBDon Skidmore1-2/+4
2008-12-21net: fix DCB setstate to return success/failureDon Skidmore1-3/+2
2008-12-19mac80211: implement dynamic power saveKalle Valo5-12/+97
2008-12-19mac80211: track master queue statusKalle Valo3-7/+93
2008-12-19mac80211: enable IEEE80211_CONF_PS only when associatedKalle Valo3-8/+40
2008-12-19mac80211: Print unknown packet type in tasklet_handlerLarry Finger1-1/+2
2008-12-19mac80211: fix a typo in ieee80211_send_assoc() method.Rami Rosen1-1/+1
2008-12-19mac80211: Remove radiotap rate-present flag for HTJouni Malinen1-2/+3
2008-12-19mac80211: Send Layer 2 Update frame on reassociationJouni Malinen1-2/+11
2008-12-19mac80211: Add HT rates into RX status reportingJouni Malinen2-11/+52
2008-12-19mac80211: Fix HT channel selectionSujith7-46/+52
2008-12-19nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge2-2/+81
2008-12-18tcp: Stop scaring users with "treason uncloaked!"Matt Mackall1-2/+2
2008-12-18Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode"David S. Miller1-0/+5
2008-12-18net: Fix module refcount leak in kernel_accept()Wei Yongjun2-2/+1
2008-12-17Revert "net: release skb->dst in sock_queue_rcv_skb()"David S. Miller1-5/+1
2008-12-17dccp_diag: LISTEN sockets don't have CCIDsArnaldo Carvalho de Melo1-2/+5
2008-12-17Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont1-63/+28
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont2-18/+22
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont2-3/+3
2008-12-17Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont1-4/+4
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang1-0/+3
2008-12-16ipv6: fix the return interface index when get it while no message is receivedYang Hongyang1-4/+8
2008-12-16ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang1-0/+22
2008-12-16Phonet: improve GPRS variable namesRémi Denis-Courmont1-84/+86
2008-12-16ipmr: merge common codeIlpo Järvinen1-64/+39
2008-12-15ethtool: Add GGRO and SGRO opsHerbert Xu1-2/+51
2008-12-15tcp: Add GRO supportHerbert Xu3-0/+137
2008-12-15net: Add skb_gro_receiveHerbert Xu1-0/+59
2008-12-15ipv4: Add GRO infrastructureHerbert Xu1-0/+97
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu1-2/+191
2008-12-15net: Add frag_list support to GSOHerbert Xu1-2/+0
2008-12-15net: Add frag_list support to skb_segmentHerbert Xu1-14/+59
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-101/+69
2008-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-98/+61
2008-12-15net: fix dcbnl_setnumtcs operation checkDon Skidmore1-1/+1
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont1-5/+22
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer1-3/+0
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-12-14rpc/rdma: goto instead of copypasteIlpo Järvinen1-2/+2
2008-12-14nf/dccp: merge errorpathsIlpo Järvinen1-7/+9
2008-12-14irda: merge exit pathsIlpo Järvinen1-9/+8
2008-12-14bt/rfcomm/tty: join error pathsIlpo Järvinen1-6/+7
2008-12-14ax25: join the return paths that free skbIlpo Järvinen1-26/+15
2008-12-14can: merge error pathsIlpo Järvinen1-10/+12
2008-12-14xfrm: join error pathsIlpo Järvinen1-10/+12
2008-12-14ip6mr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2008-12-14ipv6/mcast: join error paths using gotoIlpo Järvinen1-11/+14