aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-31dcbnl: cleanupShmulik Ravid1-1/+1
2010-12-31dcbnl: adding DCBX feature flags get-setShmulik Ravid1-0/+133
2010-12-31dcbnl: adding DCBX engine capabilityShmulik Ravid1-0/+43
2010-12-31net_dcb: add application notifiersJohn Fastabend3-1/+43
2010-12-31dcbnl: add appliction tlv handlersJohn Fastabend1-10/+123
2010-12-31dcbnl: add support for ieee8021Qaz attributesJohn Fastabend1-0/+131
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-61/+90
2010-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-57/+114
2010-12-25ipv4: dont create routes on down devicesEric Dumazet1-3/+4
2010-12-23Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2-4/+9
2010-12-23Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller31-218/+769
2010-12-23irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+11
2010-12-23tcp: cleanup of cwnd initialization in tcp_init_metrics()Jiri Kosina1-17/+12
2010-12-23tcp: fix listening_get_next()Eric Dumazet1-2/+2
2010-12-22Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+4
2010-12-22sfq: fix sfq class stats handlingEric Dumazet1-5/+11
2010-12-22mac80211: check for CONFIG_MAC80211_LEDS in the tpt_led_trigger declarationLuciano Coelho1-0/+2
2010-12-22mac80211: selective throughput LED trigger activeJohannes Berg5-15/+59
2010-12-22mac80211: add throughput based LED blink triggerJohannes Berg7-9/+178
2010-12-22mac80211: make LED trigger names available earlyJohannes Berg3-20/+22
2010-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville27-190/+524
2010-12-22mac80211: fix mesh forwardingJohannes Berg1-1/+4
2010-12-21filter: optimize accesses to ancillary dataEric Dumazet1-28/+44
2010-12-21net: timestamp cloned packet in dev_queue_xmit_nitEric Dumazet1-7/+2
2010-12-20TCP: increase default initial receive window.Nandita Dukkipati1-3/+8
2010-12-20net_sched: sch_sfq: better struct layoutsEric Dumazet1-98/+162
2010-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-11/+12
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-23/+25
2010-12-20net_sched: sch_sfq: fix allot handlingEric Dumazet1-12/+8
2010-12-20net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet1-1/+6
2010-12-20mac80211: fix potentially redundant skb data copyingFelix Fietkau1-1/+1
2010-12-20mac80211: skip unnecessary pskb_expand_head callsFelix Fietkau1-1/+3
2010-12-20mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmitFelix Fietkau1-1/+2
2010-12-20mac80211: Remove unused third address from mesh address extension header.Javier Cardona3-24/+16
2010-12-20nl80211: Export available antennasBruno Randolf1-0/+5
2010-12-20cfg80211: Separate available antennas for RX and TXBruno Randolf1-7/+10
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona6-11/+21
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona9-32/+138
2010-12-20mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2-24/+24
2010-12-20ipv4: Flush per-ns routing cache more sanely.David S. Miller2-41/+29
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches1-2/+1
2010-12-19net: kill unused macrosShan Wei6-7/+0
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-19ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2-11/+17
2010-12-18ipv6: remove duplicate neigh_ifdownstephen hemminger1-1/+0
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-28/+101
2010-12-17ceph: handle partial result from get_user_pagesHenry C Chang1-2/+2
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+7