summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* usb/net: rndis: delete duplicate packet typesLinus Walleij2012-05-121-13/+0Star
* usb/net: rndis: merge media type definitionsLinus Walleij2012-05-121-38/+22Star
* usb/net: rndis: group all status codes togetherLinus Walleij2012-05-121-81/+76Star
* usb/net: rndis: delete surplus definesLinus Walleij2012-05-121-4/+0Star
* usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij2012-05-121-49/+27Star
* usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij2012-05-121-85/+23Star
* usb/net: rndis: remove ambigous status codesLinus Walleij2012-05-121-28/+3Star
* usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij2012-05-122-64/+563
* usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij2012-05-121-42/+42
* codel: Controlled Delay AQMEric Dumazet2012-05-112-0/+358
* etherdevice.h: Add ether_addr_equal_64bitsJoe Perches2012-05-111-0/+20
* tcp: Move rcvq sending to tcp_input.cPavel Emelyanov2012-05-111-2/+1Star
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-05-101-0/+33
|\
| * ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson2012-05-101-0/+33
* | etherdevice.h: Add ether_addr_equalJoe Perches2012-05-101-0/+12
* | netfilter: hashlimit: byte-based limit modeFlorian Westphal2012-05-091-1/+9
* | netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom2012-05-091-0/+45
* | netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom2012-05-091-1/+6
|/
* Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-05-089-92/+96
|\
| * netfilter: remove ip_queue supportPablo Neira Ayuso2012-05-083-74/+1Star
| * netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso2012-05-081-0/+4
| * ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-9/+25
| * ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-2/+28
| * ipvs: wakeup master threadPablo Neira Ayuso2012-05-081-0/+29
| * ipvs: always update some of the flags bits in backupJulian Anastasov2012-05-081-0/+5
| * netfilter: nf_conntrack: use this_cpu_inc()Eric Dumazet2012-05-081-8/+2Star
| * netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-082-2/+5
* | etherdev.h: Convert int is_<foo>_ether_addr to boolJoe Perches2012-05-081-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-0819-40/+122
|\
| * net: compare_ether_addr[_64bits]() has no orderingJohannes Berg2012-05-081-5/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-046-6/+19
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-011-1/+2
| | |\
| | | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-1/+2
| | | |\
| | | | * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-0/+1
| | | | * Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-1/+1
| | * | | net: fix two typos in skbuff.hEric Dumazet2012-05-011-2/+2
| | * | | net: fix sk_sockets_allocated_read_positiveEric Dumazet2012-04-301-2/+2
| | * | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-301-1/+3
| | |\ \ \
| | | * | | ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-0/+2
| | | * | | ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-1/+1
| | * | | | set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-242-0/+10
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-05-013-7/+40
| |\ \ \ \ \
| | * | | | | [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-232-3/+4
| | * | | | | [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams2012-04-231-4/+36
| * | | | | | efi: Add new variable attributesMatthew Garrett2012-05-011-1/+12
| * | | | | | pipes: add a "packetized pipe" mode for writingLinus Torvalds2012-04-291-0/+1
| * | | | | | Merge tag 'usb-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-291-0/+2
| |\ \ \ \ \ \
| | * | | | | | USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-241-0/+2
| * | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-281-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-0/+4
| | |/ / / / / /