aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-04dccp: Lockless integration of CCID congestion-control pluginsGerrit Renker11-168/+148
2009-01-04can: update can-bcm for hrtimer hardirq callbacksOliver Hartkopp1-83/+125
2009-01-04DCB: fix kfree(skb)Roel Kluin1-7/+7
2009-01-04ipv6: IPV6_PKTINFO relied userspace providing correct lengthIlpo Järvinen1-1/+1
2009-01-04net: Fix for initial link state in 2.6.28Michael Marineau2-5/+6
2009-01-04net/rfkill/rfkill.c: fix unused rfkill_led_trigger() warningSimon Holm Thøgersen1-3/+1
2009-01-04gro: Add page frag supportHerbert Xu2-6/+99
2009-01-04gro: Use gso_size to store MSSHerbert Xu3-4/+4
2009-01-04ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller1-5/+47
2008-12-29net: Fix percpu counters deadlockHerbert Xu6-8/+21
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell4-8/+8
2008-12-29cls_cgroup: clean up KconfigLi Zefan1-3/+0
2008-12-29cls_cgroup: clean up for cgroup partLi Zefan1-9/+14
2008-12-29cls_cgroup: fix an oops when removing a cgroupLi Zefan1-1/+1
2008-12-29IPVS: Make "no destination available" message more consistent between schedulersSimon Horman9-10/+24
2008-12-29netns: foreach_netdev_safe is insufficient in default_device_exitEric W. Biederman1-3/+5
2008-12-29net: make xfrm_statistics_seq_show use generic snmp_fold_fieldRusty Russell1-15/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds430-12217/+14763
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-42/+138
2008-12-26gro: Fix potential use after freeHerbert Xu1-1/+4
2008-12-26net: Init NAPI dev_list on napi_delPeter P Waskiewicz Jr1-1/+1
2008-12-26ipsec: Remove useless ret variableHerbert Xu1-3/+1
2008-12-25net/appletalk: Remove redundant testJulia Lawall1-3/+0
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2008-12-25sctp: Add validity check for SCTP_PARTIAL_DELIVERY_POINT socket optionWei Yongjun1-3/+16
2008-12-25sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun1-0/+14
2008-12-25sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun1-0/+35
2008-12-25sctp: Fix a typo in socket.cWei Yongjun1-4/+4
2008-12-25sctp: Bring SCTP_MAXSEG socket option into ietf API extension complianceWei Yongjun1-23/+107
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet1-2/+20
2008-12-25netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan1-9/+40
2008-12-25netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan1-0/+1
2008-12-25[S390] convert iucv printks to dev_xxx and pr_xxx macros.Ursula Braun2-6/+22
2008-12-25[S390] iucv: Locking free version of iucv_message_(receive|send)Hendrik Brueckner1-36/+116
2008-12-25Merge branch 'next' into for-linusJames Morris17-46/+56
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+1
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski2-2/+0
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