aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-25net: make skb_truesize_bug() call WARN()Arjan van de Ven1-1/+1
2008-11-21net: Fix memory leak in the proto_register functionCatalin Marinas1-19/+12
2008-11-19pktgen: fix multiple queue warningRobert Olsson1-7/+2
2008-11-16rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg1-1/+3
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov1-2/+0
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+0
2008-11-10net: fix setting of skb->tail in skb_recycle_check()Lennert Buytenhek1-1/+1
2008-11-06net: Fix recursive descent in __scm_destroy().David S. Miller1-3/+21
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy1-0/+3
2008-11-01net: add documentation for skb recyclingStephen Hemminger1-0/+12
2008-10-30netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan1-0/+32
2008-10-28pktgen: fix multiple queue warningJesse Brandeburg1-14/+13
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-64/+71
2008-10-19netdev: change name dropping error codesStephen Hemminger1-3/+3
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2-4/+2
2008-10-14netns: fix net_generic array leakAlexey Dobriyan1-1/+1
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox4-4/+4
2008-10-13pktgen: fix skb leak in case of failureIlpo Järvinen1-3/+5
2008-10-12net: Fix off-by-one in skb_dma_mapDimitris Michailidis1-1/+1
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-28/+17
2008-10-08netns: export netns listAlexey Dobriyan1-0/+1
2008-10-07net: Fix netdev_run_todo dead-lockHerbert Xu2-22/+7
2008-10-07net: only invoke dev->change_rx_flags when device is UPPatrick McHardy1-6/+10
2008-10-07net: packet split receive apiPeter Zijlstra1-0/+20
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-2/+2
2008-10-01net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu1-0/+2
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2008-10-01net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek1-2/+39
2008-09-30netdev: docbook comment update (revised)Stephen Hemminger1-2/+44
2008-09-30netdev: use const for some name functionsStephen Hemminger1-5/+4
2008-09-23net: remove ifalias on empty given alias Oliver Hartkopp1-0/+8
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-09-22net: network device name ifalias supportStephen Hemminger3-0/+72
2008-09-22Phonet: global definitionsRemi Denis-Courmont1-3/+6
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-20netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck1-2/+4
2008-09-18ISDN sockets: add missing lockdep stringsRémi Denis-Courmont1-3/+3
2008-09-12net: fix scheduling of dst_gc_task by __dst_freeBenjamin Thery1-0/+1
2008-09-11net: Add SKB DMA mapping helper functions.David S. Miller2-0/+67
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+6
2008-09-08net: Enable TSO if supported by at least one deviceHerbert Xu1-0/+6
2008-09-07pkt_sched: Fix qdisc state in net_tx_action()Jarek Poplawski1-1/+6
2008-08-19pkt_sched: Prevent livelock in TX queue running.David S. Miller1-1/+3
2008-08-18Revert "pkt_sched: Protect gen estimators under est_lock."David S. Miller1-5/+4
2008-08-17pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller1-6/+4
2008-08-17net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski1-15/+19
2008-08-17pkt_sched: Add 'deactivated' state.David S. Miller1-1/+8
2008-08-15net: skb_copy_datagram_from_iovec()Rusty Russell1-0/+87
2008-08-15net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_headerHerbert Xu1-10/+2
2008-08-13pkt_sched: Protect gen estimators under est_lock.Jarek Poplawski1-4/+5