summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-11-211-6/+8
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2011-11-151-6/+8
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-11-211-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | device.h: Fix struct member documentationMarcos Paulo de Souza2011-11-151-1/+1
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-11-211-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | libceph: Allocate larger oid buffer in request msgsStratos Psomadakis2011-11-111-1/+7
* | | | | | | | | | | | net: Make ndo_neigh_destroy return void.David S. Miller2011-12-011-1/+1
* | | | | | | | | | | | ipv4: use a 64bit load/store in output pathEric Dumazet2011-12-011-1/+4
* | | | | | | | | | | | can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger2011-12-011-0/+33
* | | | | | | | | | | | dsa: Include linux/if_ether.h to fix build errorAxel Lin2011-12-011-0/+1
* | | | | | | | | | | | caif: Remove unused attributes from struct cflayersjur.brandeland@stericsson.com2011-11-301-4/+0
* | | | | | | | | | | | caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com2011-11-302-16/+2
* | | | | | | | | | | | caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com2011-11-302-4/+26
* | | | | | | | | | | | netem: rate extensionHagen Paul Pfeifer2011-11-301-0/+5
* | | | | | | | | | | | atm: clip: Use device neigh support on top of "arp_tbl".David Miller2011-11-301-5/+0
* | | | | | | | | | | | neigh: Add device constructor/destructor capability.David Miller2011-11-301-0/+2
* | | | | | | | | | | | atm: clip: Convert over to neighbour_priv()David Miller2011-11-301-2/+0
* | | | | | | | | | | | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-11-301-0/+1
* | | | | | | | | | | | neigh: Get rid of neigh_table->kmem_cachepDavid Miller2011-11-301-1/+0
* | | | | | | | | | | | neigh: Create mechanism for generic neigh private areas.David Miller2011-11-301-0/+7
* | | | | | | | | | | | flow_dissector: use a 64bit load/storeEric Dumazet2011-11-291-0/+1
* | | | | | | | | | | | bql: Byte queue limitsTom Herbert2011-11-291-1/+31
* | | | | | | | | | | | net: Add netdev interfaces for recording sends/compTom Herbert2011-11-291-0/+28
* | | | | | | | | | | | net: Add queue state xoff flag for stackTom Herbert2011-11-291-11/+30
* | | | | | | | | | | | dql: Dynamic queue limitsTom Herbert2011-11-291-0/+97
* | | | | | | | | | | | tcp: do not scale TSO segment size with reordering degreeNeal Cardwell2011-11-291-0/+8
* | | | | | | | | | | | dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings2011-11-291-0/+90
* | | | | | | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-285-110/+131
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-285-110/+131
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-22324-2459/+7851
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | wireless: Support ht-capabilities over-rides.Ben Greear2011-11-212-0/+41
| | * | | | | | | | | | | | cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg2011-11-211-63/+0
| | * | | | | | | | | | | | cfg80211: add flags for off-channel capabilitiesJohannes Berg2011-11-211-0/+4
| | * | | | | | | | | | | | mac80211: transmit fragment list to driversJohannes Berg2011-11-211-5/+17
| | * | | | | | | | | | | | cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez2011-11-211-0/+5
| | * | | | | | | | | | | | cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez2011-11-212-0/+22
| | * | | | | | | | | | | | NFC: Fix indentation in nci.h fileIlan Elias2011-11-171-42/+42
* | | | | | | | | | | | | | net: introduce skb_flow_dissect()Eric Dumazet2011-11-281-0/+15
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | net/mlx4_en: adding loopback supportAmir Vadai2011-11-271-0/+1
* | | | | | | | | | | | | net/mlx4_en: fix WOL handlers were always looking at port2 capability bitOren Duer2011-11-271-1/+2
* | | | | | | | | | | | | net/mlx4: move RSS related definitions to be globalOr Gerlitz2011-11-271-0/+27
* | | | | | | | | | | | | atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-261-10/+0
* | | | | | | | | | | | | eeprom_93cx6: Add write supportBen Dooks2011-11-261-0/+6
* | | | | | | | | | | | | eeprom_93cx6: Add data direction control.Ben Dooks2011-11-261-0/+2
* | | | | | | | | | | | | net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings2011-11-261-10/+8
* | | | | | | | | | | | | dsa: Allow core and drivers to be built as modulesBen Hutchings2011-11-261-1/+1
* | | | | | | | | | | | | dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2011-11-262-3/+52
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-265-12/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | route: struct rtable can be const in rt_is_input_route and rt_is_output_routeSteffen Klassert2011-11-261-2/+2
| * | | | | | | | | | | | net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-261-6/+1