summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 9p: client code cleanupstephen hemminger2010-10-211-50/+1
| * | | | | | rds: make local functions/variables staticstephen hemminger2010-10-2120-64/+29
| * | | | | | napi: unexport napi_reuse_skbstephen hemminger2010-10-211-2/+1
| * | | | | | tipc: delete needless memset from bearer enabling.Allan Stephens2010-10-211-2/+0
| * | | | | | bridge: Forward reserved group addresses if !STPBenjamin Poirier2010-10-211-1/+1
| * | | | | | net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay...Tejun Heo2010-10-211-2/+1
| * | | | | | net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-2112-39/+27
| * | | | | | xfrm: make xfrm_bundle_ok localstephen hemminger2010-10-211-3/+4
| * | | | | | rtnetlink: remove rtnl_kill_linksstephen hemminger2010-10-211-8/+0
| * | | | | | xfrm6: make xfrm6_tunnel_free_spi localstephen hemminger2010-10-211-3/+1
| * | | | | | bridge: make br_parse_ip_options staticstephen hemminger2010-10-211-1/+1
| * | | | | | socket: localize functionsstephen hemminger2010-10-211-3/+4
| * | | | | | fib: introduce fib_alias_accessed() helperEric Dumazet2010-10-214-3/+12
| * | | | | | net/sched: fix missing spinlock initEric Dumazet2010-10-211-0/+2
| * | | | | | bridge: Add support for TX vlan offload.Jesse Gross2010-10-211-1/+7
| * | | | | | ethtool: Add support for vlan accleration.Jesse Gross2010-10-211-1/+2
| * | | | | | vlan: Centralize handling of hardware acceleration.Jesse Gross2010-10-213-137/+44
| * | | | | | vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-213-72/+11
| * | | | | | vlan: Enable software emulation for vlan accleration.Jesse Gross2010-10-211-3/+33
| * | | | | | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-212-10/+10
| * | | | | | ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross2010-10-213-18/+34
| * | | | | | net: avoid RCU for NOCACHE dstEric Dumazet2010-10-202-6/+32
| * | | | | | net: allocate tx queues in register_netdeviceTom Herbert2010-10-201-53/+53
| * | | | | | net: cleanups in RX queue allocationTom Herbert2010-10-201-19/+17
| * | | | | | net: fail alloc_netdev_mq if queue count < 1Tom Herbert2010-10-201-0/+6
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-10-2026-241/+388
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-1516-82/+195
| | |\ \ \ \ \ \
| | | * | | | | | radiotap: fix vendor namespace parsingJohannes Berg2010-10-151-26/+32
| | | * | | | | | mac80211: fix SMPS requestJohannes Berg2010-10-131-0/+2
| | | * | | | | | mac80211: add probe request filter flagJohannes Berg2010-10-134-2/+32
| | | * | | | | | cfg80211: notify drivers about frame registrationsJohannes Berg2010-10-131-3/+20
| | | * | | | | | wireless: Print wiphy name in sysfs.Ben Greear2010-10-121-0/+9
| | | * | | | | | mac80211: minstrel_ht A-MPDU fixBjörn Smedman2010-10-111-3/+4
| | | * | | | | | mac80211: don't kmalloc 16 bytesJohannes Berg2010-10-111-7/+1
| | | * | | | | | cfg80211: add channel utilization stats to the survey commandFelix Fietkau2010-10-111-0/+15
| | | * | | | | | mac80211: temporarily disable reorder release timerChristian Lamparter2010-10-111-0/+24
| | | * | | | | | mac80211: fix possible null-pointer de-referenceChristian Lamparter2010-10-111-3/+14
| | | * | | | | | wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear2010-10-112-1/+7
| | | * | | | | | mac80211: Improve mlme probe response log messages.Ben Greear2010-10-111-7/+11
| | | * | | | | | Revert "wireless: Use first phyX name available when registering phy devices."Johannes Berg2010-10-111-30/+24
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-10-1510-159/+193
| | |\ \ \ \ \ \ \
| | | * | | | | | | Bluetooth: clean up rfcomm codeAndrei Emeltchenko2010-10-121-15/+14
| | | * | | | | | | Bluetooth: Update conf_state before send config_req outHaijun Liu2010-10-121-0/+1
| | | * | | | | | | Bluetooth: Use the proper error value from bt_skb_send_alloc()Gustavo F. Padovan2010-10-121-4/+4
| | | * | | | | | | Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-125-28/+10
| | | * | | | | | | Bluetooth: remove unused variable from cmtpGustavo F. Padovan2010-10-121-2/+1
| | | * | | | | | | Bluetooth: check for l2cap header in start fragmentAndrei Emeltchenko2010-10-121-1/+2
| | | * | | | | | | Bluetooth: check L2CAP length in first ACL fragmentAndrei Emeltchenko2010-10-121-0/+16
| | | * | | | | | | Bluetooth: Don't clear the blacklist when closing the HCI deviceJohan Hedberg2010-10-121-1/+0
| | | * | | | | | | Bluetooth: remove extra newline from debug outputAndrei Emeltchenko2010-10-121-1/+1
OpenPOWER on IntegriCloud