summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2008-12-08netdevice: Kill netdev->privWang Chen1-6/+0
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-20/+13
2008-11-26pkt_sched: gen_estimator: Optimize gen_estimator_active()Jarek Poplawski1-17/+8
2008-11-26net: release skb->dst in sock_queue_rcv_skb()Eric Dumazet1-1/+5
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-3/+7
2008-11-25tc: policing requires a rate estimatorStephen Hemminger1-3/+27
2008-11-25net: make skb_truesize_bug() call WARN()Arjan van de Ven1-1/+1
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan1-37/+5
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan1-2/+2
2008-11-25netns xfrm: finding states in netnsAlexey Dobriyan1-1/+2
2008-11-25netns: filter out uevent not belonging to init_netDaniel Lezcano1-0/+3
2008-11-25tcp: skb_shift cannot cache frag ptrs past pskb_expand_headIlpo Järvinen1-1/+6
2008-11-24tcp: handle shift/merge of cloned skbs tooIlpo Järvinen1-5/+2
2008-11-24tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-0/+140
2008-11-24net: gen_estimator: Fix gen_kill_estimator() lookupsJarek Poplawski1-20/+56
2008-11-21net: Fix memory leak in the proto_register functionCatalin Marinas1-19/+12
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger4-13/+19
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+2
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso1-0/+19
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger3-10/+22
2008-11-19netdev: network device operations infrastructureStephen Hemminger3-39/+86
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches1-1/+1
2008-11-19net: make /proc/net/protocols namespace awareEric Dumazet1-5/+24
2008-11-19pktgen: fix multiple queue warningRobert Olsson1-7/+2
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+3
2008-11-16rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg1-1/+3
2008-11-16net: use %pF for /proc/net/ptypeAlexey Dobriyan1-30/+2
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-1/+3
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov1-2/+0
2008-11-14net: speedup dst_release()Eric Dumazet1-2/+4
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+0
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-9/+3
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+2
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-10net: fix setting of skb->tail in skb_recycle_check()Lennert Buytenhek1-1/+1
2008-11-10pktgen: add full reset functionalityJesse Brandeburg1-0/+22
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-5/+17
2008-11-07net: fib_rules ordering fixes.Eric W. Biederman1-3/+4
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-12/+0
2008-11-06net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan1-1/+1
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-3/+36
2008-11-06net: Fix recursive descent in __scm_destroy().David S. Miller1-3/+21
2008-11-05net: Don't leak packets when a netns is going downEric W. Biederman1-1/+3
2008-11-05net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-0/+12
2008-11-05netns: Delete virtual interfaces during namespace cleanupEric W. Biederman1-0/+6
2008-11-05net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet1-3/+2
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy1-0/+3
2008-11-03net: '&' reduxAlexey Dobriyan2-41/+41
2008-11-03net: increase receive packet quantumStephen Hemminger1-7/+4