aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-07-12udpv6: Remove unused skb argument of ipv6_select_ident()Sridhar Samudrala
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg
2009-07-12genetlink: make netns awareJohannes Berg
2009-07-12net: make namespace iteration possible under RCUJohannes Berg
2009-07-10cfg80211: fix lockingJohannes Berg
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg
2009-07-10cfg80211: dont use union for wextJohannes Berg
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg
2009-07-10rfkill: prep for rfkill API changesJohannes Berg
2009-07-10cfg80211: keep track of BSSesJohannes Berg
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg
2009-07-10cfg80211: implement IWRATEJohannes Berg
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg
2009-07-10cfg80211: implement iwpowerJohannes Berg
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz
2009-07-10wireless: define AKM suitesJohannes Berg
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg
2009-07-10wext: constify extra argument to wireless_send_eventJohannes Berg
2009-07-10cfg80211: remove wireless_dev->bssidJohannes Berg
2009-07-10cfg80211: use proper allocation flagsJohannes Berg
2009-07-10cfg80211: add wrapper function to get wiphy from priv pointerDavid Kilroy
2009-07-10mac80211: push rx status into skb->cbJohannes Berg
2009-07-10usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-07-08includecheck fix: include/linux, rfkill.hJaswinder Singh Rajput
2009-07-05net, netns_xt: shrink netns_xt membersCyrill Gorcunov
2009-07-05tipc: Add socket options to get number of queued messagesoscar.medina@motorola.com
2009-07-05cleanup: remove unused member in scm_cookie.Rami Rosen
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds
2009-07-02if_ether: add define for 1588 aka TimesyncAlexander Duyck
2009-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-07-01Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-07-01block: get rid of queue-private command filterJens Axboe
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen
2009-06-30usbnet: Remove private stats structureHerbert Xu
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt
2009-06-30spi: add spi_master flag wordDavid Brownell
2009-06-30spi: new spi->mode bitsDavid Brownell
2009-06-30elf: limit max map count to safe valueKAMEZAWA Hiroyuki