aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-03sunrpc: fix rdma dependenciesRandy Dunlap1-1/+1
2009-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller35-395/+2075
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-8/+10
2009-02-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-3/+2
2009-02-02udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet1-1/+3
2009-02-01ipv4: Delete redundant sk_family assignmentHerbert Xu1-1/+0
2009-02-01net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet2-3/+4
2009-02-01net: packet socket packet_lookup_frame fixSebastiano Di Paola1-4/+4
2009-02-01inet: Fix virt-manager regression due to bind(0) changes.Stephen Hemminger1-1/+2
2009-02-01gro: Fix handling of imprecisely split packetsHerbert Xu1-6/+10
2009-02-01pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski1-5/+21
2009-02-01pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski1-0/+7
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski3-12/+14
2009-02-01net: add ARP notify option for devicesStephen Hemminger1-0/+9
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison35-50/+50
2009-02-01net: Optimize memory usage when splicing from sockets.Jarek Poplawski1-11/+36
2009-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+8
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-62/+115
2009-01-30packet: Avoid lock_sock in mmap handlerHerbert Xu1-2/+7
2009-01-30mac80211: Cancel the dynamic ps timer in ioctl_siwpower.Vivek Natarajan1-0/+2
2009-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-60/+108
2009-01-29wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2-11/+13
2009-01-29gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu1-1/+9
2009-01-29gro: Do not merge paged packets into frag_listHerbert Xu1-3/+5
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu8-44/+111
2009-01-29gro: Move common completion code into helpersHerbert Xu2-59/+56
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores1-3/+3
2009-01-29net: Fix OOPS in skb_seq_read().Shyam Iyer1-5/+5
2009-01-29net: Fix frag_list handling in skb_seq_readHerbert Xu1-2/+3
2009-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-12/+20
2009-01-29mac80211: don't try to powersave/config disabled interfacesJohannes Berg1-0/+6
2009-01-29cfg80211: do not pass -EALREADY to userspace on regdomain change requestLuis R. Rodriguez1-0/+5
2009-01-29mac80211: Generic TSF debuggingAlina Friedrichsen1-3/+52
2009-01-29mac80211: add interface list lockJohannes Berg4-2/+38
2009-01-29mac80211: flush workqueue a second time in suspend()Bob Copeland1-0/+3
2009-01-29mac80211: change workqueue back to non-freezeableBob Copeland1-1/+1
2009-01-29mac80211: Fixed BSSID handling revisitedAlina Friedrichsen1-39/+33
2009-01-29mac80211: Read the TSF via debugfsAlina Friedrichsen2-0/+5
2009-01-29cfg80211: allow users to help a driver's complianceLuis R. Rodriguez1-1/+2
2009-01-29mac80211: allow mac80211 drivers to get to struct ieee80211_hw from wiphyLuis R. Rodriguez1-0/+9
2009-01-29cfg80211: Allow for strict regulatory settingsLuis R. Rodriguez1-1/+27
2009-01-29cfg80211: pass more detailed regulatory request information on reg_notifier()Luis R. Rodriguez2-40/+1
2009-01-29cfg80211: move check for ignore_reg_update() on wiphy_update_regulatory()Luis R. Rodriguez1-2/+4
2009-01-29cfg80211: rename fw_handles_regulatory to custom_regulatoryLuis R. Rodriguez1-1/+1
2009-01-29cfg80211: ignore consecutive equal regulatory hintsLuis R. Rodriguez1-2/+11
2009-01-29cfg80211: process user requests only after previous user/driver/core requestsLuis R. Rodriguez1-0/+10
2009-01-29cfg80211: export freq_reg_info()Luis R. Rodriguez1-22/+2
2009-01-29cfg80211: add wiphy_apply_custom_regulatory()Luis R. Rodriguez1-24/+91