summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman
2010-05-28net: fix __neigh_event_send()Eric Dumazet
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-24tun: Update classid on packet injectionHerbert Xu
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu
2010-05-23net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano
2010-05-23rtnetlink: Fix error handling in do_setlink()David Howells
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-17rps: avoid one atomic in enqueue_to_backlogEric Dumazet
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright
2010-05-16net: Introduce sk_route_nocapsEric Dumazet
2010-05-15net: Consistent skb timestampingEric Dumazet
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-06rps: Various optimizationsEric Dumazet
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong
2010-05-05net: __alloc_skb() speedupEric Dumazet
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet
2010-05-02net: fix softnet_statChangli Gao
2010-05-02net: Inline skb_pull() in eth_type_trans().David S. Miller
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-28net: speedup udp receive pathEric Dumazet
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-25netns: rename unregister_pernet_subsys parameterJiri Pirko
2010-04-24rps: optimize rps_get_cpu()Changli Gao
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans