summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet2009-11-182-37/+60
* | ipv4: factorize cache clearing for batched unregister operationsOctavian Purdila2009-11-181-5/+6
* | net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila2009-11-181-2/+27
* | vlan: Precise RX stats accountingEric Dumazet2009-11-173-11/+65
* | net: add dev_txq_stats_fold() helperEric Dumazet2009-11-171-19/+29
* | act_mirred: optimization.Changli Gao2009-11-171-31/+29
* | act_mirred: cleanupChangli Gao2009-11-171-26/+33
* | Phonet: missing rcu_dereference()Rémi Denis-Courmont2009-11-171-1/+1
* | netlink: remove subscriptions check on notifierJohannes Berg2009-11-171-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-179-42/+68
|\ \
| * | net: Fix the rollback test in dev_change_name()Eric Dumazet2009-11-161-5/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-11-152-4/+10
| |\ \
| | * | Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan2009-11-161-3/+8
| | * | Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan2009-11-161-1/+1
| | * | Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko2009-11-161-0/+1
| * | | ipmr: missing dev_put() on error path in vif_add()Dan Carpenter2009-11-131-1/+3
| * | | sctp: Set socket source address when additing first transportVlad Yasevich2009-11-131-1/+2
| * | | sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich2009-11-131-5/+13
| * | | sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-133-19/+22
| * | | tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen2009-11-131-7/+12
| |/ /
* | | remove deprecated and not used: print_mac()Marin Mitov2009-11-151-7/+0
* | | vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet2009-11-151-2/+2
* | | net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-152-35/+5
* | | net: check the return value of ndo_select_queue()Eric Dumazet2009-11-151-0/+15
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller2009-11-141-1/+1
|\ \ \
| * | | ieee802154: make wpan-phy class registration to subsys_initcallDmitry Eremin-Solenikov2009-11-131-1/+1
* | | | Phonet: convert routing table to RCURémi Denis-Courmont2009-11-131-25/+34
* | | | Phonet: put protocols array under RCURémi Denis-Courmont2009-11-131-9/+11
* | | | iucv: add work_queue cleanup for suspendUrsula Braun2009-11-131-3/+13
* | | | inetpeer: Optimize inet_getid()Eric Dumazet2009-11-133-13/+10
* | | | ipv6: speedup inet6_dump_addr()Eric Dumazet2009-11-131-74/+97
* | | | ipv4: speedup inet_dump_ifaddr()Eric Dumazet2009-11-131-23/+38
* | | | igmp: Use next_net_device_rcu()Eric Dumazet2009-11-131-16/+11
* | | | ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-132-43/+37
* | | | net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson2009-11-134-7/+7
* | | | vlan/macvlan: propagate transmission state to upper layersPatrick McHardy2009-11-131-2/+2
* | | | net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-132-7/+34
* | | | net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2009-11-112-220/+175
* | | | net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann2009-11-111-45/+72
* | | | decnet: convert dndev_lock to spinlockstephen hemminger2009-11-111-7/+12
* | | | decnet: add RTNL lock when reading address liststephen hemminger2009-11-111-0/+4
* | | | netdev: fold name hash properly (v3)stephen hemminger2009-11-111-1/+2
* | | | skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov2009-11-111-0/+3
* | | | ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller2009-11-111-1/+1
| |_|/ |/| |
* | | CAN: use dev_get_by_index_rcustephen hemminger2009-11-101-3/+3
* | | IPV4: use rcu to walk list of devices in IGMPstephen hemminger2009-11-101-8/+10
* | | decnet: use RCU to find network devicesstephen hemminger2009-11-101-8/+6
* | | net: use rcu for network scheduler APIstephen hemminger2009-11-101-3/+4
* | | vlan: eliminate use of dev_base_lockstephen hemminger2009-11-101-7/+6
* | | IPv6: use ipv6_addr_v4mapped()Brian Haley2009-11-101-1/+1