aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-14net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-14net/core: neighbour update OopsDoug Kehn1-1/+4
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+18
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-06-13net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-13net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-06-10pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1
2010-06-10pkt_sched: gen_estimator: add a new lockEric Dumazet1-3/+12
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-3/+14
2010-06-09net: Print num_rx_queues imbalance warning only when there are allocated queuesTim Gardner1-5/+3
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-2/+28
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-63/+79
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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-13/+53
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-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+6
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2-2/+37
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-22/+50
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-23net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano1-8/+12
2010-05-23rtnetlink: Fix error handling in do_setlink()David Howells1-1/+3
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe20-1441/+2731
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-17/+21
2010-05-21net: Expose all network devices in a namespaces in sysfsEric W. Biederman3-39/+6
2010-05-21net/sysfs: Fix the bitrot in network device kobject namespace supportEric W. Biederman1-5/+3
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman1-0/+47
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7Steven Rostedt2-55/+115
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert1-13/+15
2010-05-20gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-05-17net: Add netlink support for virtual port management (was iovnl)Scott Feldman1-1/+168
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-2/+2
2010-05-17net: add a noref bit on skb dstEric Dumazet3-1/+10
2010-05-17rps: avoid one atomic in enqueue_to_backlogEric Dumazet1-2/+4
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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-15net: Consistent skb timestampingEric Dumazet2-19/+38
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-3/+7
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-6/+6
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+5
2010-05-06rps: 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