summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-081-0/+3
* Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-05-085-74/+10
|\
| * netfilter: remove ip_queue supportPablo Neira Ayuso2012-05-083-74/+1
| * netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso2012-05-081-0/+4
| * ipvs: always update some of the flags bits in backupJulian Anastasov2012-05-081-0/+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-0712-27/+65
|\
| * net: compare_ether_addr[_64bits]() has no orderingJohannes Berg2012-05-071-5/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-032-2/+11
| |\
| | * net: fix two typos in skbuff.hEric Dumazet2012-05-011-2/+2
| | * set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-241-0/+9
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-04-301-1/+2
| |\ \
| | * | [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-231-1/+2
| * | | efi: Add new variable attributesMatthew Garrett2012-04-301-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
| | |/ / /
| * | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-271-1/+1
| |\ \ \ \
| | * | | | spi: fix spi.h kernel-doc warningRandy Dunlap2012-04-271-1/+1
| * | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-261-2/+3
| |\ \ \ \ \
| | * | | | | mm: fix up the vmscan stat in vmstatYing Han2012-04-251-2/+3
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-04-251-1/+6
| |\ \ \ \ \
| | * | | | | NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-201-1/+6
| * | | | | | Merge tag 'hsi_fixes_for_3.4' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds2012-04-241-14/+17
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | HSI: hsi: Rework hsi_event interfaceCarlos Chinea2012-04-231-11/+14
| | * | | | | HSI: hsi: Rework hsi_controller releaseCarlos Chinea2012-04-231-3/+3
| | | |/ / / | | |/| | |
* | | | | | netdev/of/phy: Add MDIO bus multiplexer support.David Daney2012-05-071-0/+21
* | | | | | netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-071-0/+2
* | | | | | skb: Add inline helper for getting the skb end offset from headAlexander Duyck2012-05-061-1/+11
* | | | | | mISDN: Help to identify the cardKarsten Keil2012-05-041-1/+2
* | | | | | mISDN: Make layer1 timer 3 value configurableKarsten Keil2012-05-042-1/+5
* | | | | | mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil2012-05-041-1/+6
* | | | | | skb: Add skb_head_is_locked helper functionAlexander Duyck2012-05-031-0/+14
* | | | | | tcp: early retransmit: delayed fast retransmitYuchung Cheng2012-05-021-1/+2
* | | | | | tcp: early retransmitYuchung Cheng2012-05-021-0/+1
* | | | | | netem: add ECN capabilityEric Dumazet2012-05-011-0/+1
* | | | | | net: skb_peek()/skb_peek_tail() cleanupsEric Dumazet2012-05-011-8/+12
* | | | | | l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston2012-05-011-0/+17
* | | | | | l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston2012-05-011-0/+2
* | | | | | pppox: Replace __attribute__((packed)) in if_pppox.hJames Chapman2012-05-011-6/+6
* | | | | | net: make GRO aware of skb->head_fragEric Dumazet2012-04-302-0/+3
* | | | | | net: allow skb->head to be a page fragmentEric Dumazet2012-04-301-2/+3
* | | | | | net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise2012-04-282-1/+39
* | | | | | tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov2012-04-261-0/+5
* | | | | | net: sock_diag_handler structs can be constShan Wei2012-04-251-2/+2
* | | | | | net: skb_can_coalesce returns a booleanEric Dumazet2012-04-241-3/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-2319-129/+162
|\| | | | |
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-221-0/+7
| |\ \ \ \ \