summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet1-0/+4
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao1-6/+6
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman1-5/+6
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman1-6/+9
2010-05-28net: fix __neigh_event_send()Eric Dumazet1-0/+1
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2-2/+37
2010-05-24tun: Update classid on packet injectionHerbert Xu1-0/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-0/+18
2010-05-24net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano1-8/+12
2010-05-24rtnetlink: Fix error handling in do_setlink()David Howells1-1/+3
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert1-13/+15
2010-05-21gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-05-18net: Add netlink support for virtual port management (was iovnl)Scott Feldman1-1/+168
2010-05-18net: Remove unnecessary semicolons after switch statementsJoe Perches1-2/+2
2010-05-18net: add a noref bit on skb dstEric Dumazet3-1/+10
2010-05-18rps: avoid one atomic in enqueue_to_backlogEric Dumazet1-2/+4
2010-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-49/+110
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-49/+110
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+1
2010-05-16net: Consistent skb timestampingEric Dumazet2-19/+38
2010-05-16net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-3/+7
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+5
2010-05-07rps: Various optimizationsEric Dumazet1-6/+22
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet1-6/+5
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong1-5/+21
2010-05-05net: __alloc_skb() speedupEric Dumazet1-16/+5
2010-05-04net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-05-03net: fix softnet_statChangli Gao1-14/+12
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller1-1/+1
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet2-22/+38
2010-04-29net: speedup udp receive pathEric Dumazet1-3/+7
2010-04-28net: disallow to use net_assign_generic externallyJiri Pirko1-46/+45
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-1/+4
2010-04-28net: batch skb dequeueing from softnet input_pkt_queueChangli Gao1-18/+39
2010-04-28net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao1-10/+12
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-8/+8
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+3
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-7/+7
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko1-2/+2
2010-04-25rps: optimize rps_get_cpu()Changli Gao1-13/+11
2010-04-23net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans1-0/+7
2010-04-23rtnetlink: potential ERR_PTR dereferenceDan Carpenter1-2/+3
2010-04-22net: Orphan and de-dst skbs earlier in xmit path.David S. Miller1-7/+8
2010-04-22rps: immediate send IPI in process_backlog()Eric Dumazet1-34/+42
2010-04-22net: Introduce skb_orphan_try()Eric Dumazet1-1/+0
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+6
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells1-1/+1
2010-04-21net: Remove two unnecessary exports (skbuff).Rami Rosen1-4/+2
2010-04-21net: sk_sleep() helperEric Dumazet3-19/+19