summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Proportional Rate Reduction for TCP.Nandita Dukkipati2011-08-251-0/+4
* af-packet: Added TPACKET_V3 headers.chetan loke2011-08-251-0/+119
* net: convert core to skb paged frag APIsIan Campbell2011-08-251-2/+2
* net: add APIs for manipulating skb page fragments.Ian Campbell2011-08-231-2/+168
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-2210-167/+425
|\
| * nl80211/cfg80211: Add extra IE configuration to AP mode setupJouni Malinen2011-08-122-1/+29
| * nl80211/cfg80211: Add crypto settings into NEW_BEACONJouni Malinen2011-08-122-40/+51
| * nl80211/cfg80211: Allow SSID to be specified in new beacon commandJouni Malinen2011-08-122-0/+31
| * cfg80211/mac80211: move information element parsing logic to cfg80211Yogesh Ashok Powar2011-08-121-0/+63
| * nl80211/cfg80211: Make addition of new sinfo fields saferJouni Malinen2011-08-111-0/+5
| * cfg80211: fix a crash in nl80211_send_stationFelix Fietkau2011-08-111-1/+3
| * cfg80211/nl80211: Send AssocReq IEs to user space in AP modeJouni Malinen2011-08-101-0/+8
| * lib80211: remove exports for functions not called by other modulesPavel Roskin2011-08-091-3/+0
| * ssb: define boardflagsRafał Miłecki2011-08-091-0/+40
| * pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3Pavel Roskin2011-08-081-0/+9
| * mac80211: remove offchannel_tx APIJohannes Berg2011-08-081-10/+0
| * bcma: get CPU clockHauke Mehrtens2011-08-082-0/+41
| * bcma: add serial console supportHauke Mehrtens2011-08-081-0/+14
| * bcma: add mips driverHauke Mehrtens2011-08-083-0/+65
| * bcma: add SOC busHauke Mehrtens2011-08-082-1/+20
| * bcma: add functions to scan cores needed on SoCsHauke Mehrtens2011-08-082-0/+2
| * cfg80211: remove unused wext handler exportsJohannes Berg2011-08-081-69/+0
| * mac80211: remove linux/wireless.h inclusionJohannes Berg2011-08-081-1/+0
| * cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-082-112/+124
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-205-19/+35
|\ \
| * \ Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-131-0/+7
| |\ \
| | * | dt: add empty of_get_property for non-dtStephen Warren2011-08-091-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-123-4/+6
| |\ \ \
| * | | | move RLIMIT_NPROC check from set_user() to do_execve_common()Vasiliy Kulikov2011-08-111-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-08-091-14/+14
| |\ \ \ \
| | * | | | ASoC: Rename WM8915 to WM8996Mark Brown2011-08-081-14/+14
| | | |/ / | | |/| |
| * | | | mm: Fix fixup_user_fault() for MMU=nPeter Zijlstra2011-08-081-2/+10
| * | | | cred: use 'const' in get_current_{user,groups}Linus Torvalds2011-08-081-2/+2
| * | | | CRED: Restore const to current_cred()David Howells2011-08-081-1/+1
| |/ / /
* | | | net: add the comment for skb->l4_rxhashChangli Gao2011-08-191-0/+2
* | | | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-181-4/+0
* | | | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-182-0/+3
* | | | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-183-6/+23
* | | | ethtool: Note common alternate exit condition for interrupt coalescingBen Hutchings2011-08-171-0/+6
* | | | ethtool: Explicitly state the exit condition for interrupt coalescingBen Hutchings2011-08-171-8/+11
* | | | ethtool: Correct description of 'max_coalesced_frames' fieldsBen Hutchings2011-08-171-13/+13
* | | | ethtool: Specify what kind of coalescing struct ethtool_coalesce coversBen Hutchings2011-08-171-1/+1
* | | | ethtool: Reformat struct ethtool_coalesce comments into kernel-doc formatBen Hutchings2011-08-171-71/+64
* | | | net: Fix sungem_phy sharing.David S. Miller2011-08-161-1/+1
* | | | net: Move sungem_phy.h under include/linuxDavid S. Miller2011-08-151-0/+132
* | | | af_iucv: add HiperSockets transportUrsula Braun2011-08-131-0/+52
* | | | if_ether: add new Ethernet Protocol ID for af_iucvFrank Blaschka2011-08-131-0/+1
* | | | iucv: introduce loadable iucv interfaceFrank Blaschka2011-08-131-1/+35
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-0856-263/+827
|\ \ \ \ | | |/ / | |/| |
| * | | ipv4: route non-local sources for raw socketJulian Anastasov2011-08-081-1/+1