summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: use %pF for /proc/net/ptypeAlexey Dobriyan2008-11-171-30/+2
* net: make sure struct dst_entry refcount is aligned on 64 bytesEric Dumazet2008-11-171-0/+19
* rcu: documents rculist_nullsEric Dumazet2008-11-171-0/+167
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-1713-84/+151
* udp: Use hlist_nulls in UDP RCU codeEric Dumazet2008-11-175-66/+83
* rcu: Introduce hlist_nulls variant of hlistEric Dumazet2008-11-172-0/+204
* TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler2008-11-172-1/+43
* ipv4: Fix ARP behavior with many mac-vlansBen Greear2008-11-171-11/+11
* e1000e: enable ECC correction on 82571 siliconAlexander Duyck2008-11-173-0/+14
* phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas2008-11-173-71/+191
* phylib: rename mdio-ofgpio to mdio-gpioPaulius Zaleckas2008-11-173-2/+2
* dm9000: Fix build error.David S. Miller2008-11-161-1/+1
* pegasus: minor resource shrinkageDavid Brownell2008-11-161-10/+26
* ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()PJ Waskiewicz2008-11-161-3/+3
* net: speedup dst_release()Eric Dumazet2008-11-141-2/+4
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-1417-394/+4
* tcp: remove an unnecessary field in struct tcp_skb_cbPetr Tesarik2008-11-141-1/+0
* isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlinesHarvey Harrison2008-11-142-88/+46
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-1313-153/+153
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-1325-244/+253
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-1332-258/+256
* netdevice: safe convert to netdev_priv() #part-1Wang Chen2008-11-1332-229/+229
* net: Remove unused parameter of xfrm_gen_index()Arnaud Ebalard2008-11-131-3/+3
* net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan2008-11-131-0/+2
* bnx2: Update version to 1.8.2.Michael Chan2008-11-131-2/+2
* bnx2: Reorganize timeout constants.Michael Chan2008-11-132-11/+11
* bnx2: Set rx buffer water marks based on MTU.Michael Chan2008-11-132-2/+31
* bnx2: Restrict WoL support.Michael Chan2008-11-131-1/+2
* bnx2: Add PCI ID for 5716S.Michael Chan2008-11-131-0/+4
* net: Cleanup of neighbour codeEric Dumazet2008-11-122-19/+5
* net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet2008-11-123-5/+12
* net: Introduce read_pnet() and write_pnet() helpersEric Dumazet2008-11-121-0/+18
* dccp: Resolve dependencies of features on choice of CCIDGerrit Renker2008-11-124-0/+168
* dccp: Query supported CCIDsGerrit Renker2008-11-126-0/+64
* dccp: Registration routines for changing feature valuesGerrit Renker2008-11-124-28/+197
* dccp: Limit feature negotiation to connection setup phaseGerrit Renker2008-11-123-41/+8
* net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-126-8/+0
* net: remove struct neigh_table::pdeAlexey Dobriyan2008-11-122-6/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-12252-3979/+7972
|\
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-114-6/+26
| |\
| | * timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy2008-11-111-1/+16
| | * nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
| | * irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner2008-11-101-3/+4
| | * x86: HPET: enter hpet_interrupt_handler with interrupts disabledMatt Fleming2008-11-101-1/+1
| | * x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMPMatt Fleming2008-11-101-1/+1
| | * x86: HPET: convert WARN_ON to WARN_ON_ONCEMatt Fleming2008-11-101-1/+1
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-115-26/+48
| |\ \
| | * | sched: release buddies on yieldPeter Zijlstra2008-11-111-5/+12
| | * | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-113-0/+14
| | * | sched: clean up debug infoPeter Zijlstra2008-11-102-21/+22
| | |/