aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-16net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman1-0/+24
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-6/+12
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman1-0/+14
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-1/+2
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+5
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu1-79/+97
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu1-0/+10
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu1-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu1-8/+12
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu1-2/+1
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
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-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings3-17/+20
2010-06-11pktgen: increasing transmission granularityDaniel Turull1-4/+38
2010-06-11pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-0/+1
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-12/+30
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-07anycast: Some RCU conversionsEric Dumazet1-9/+5
2010-06-07net: Remove unnecessary net action assertionjamal1-3/+0
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca1-3/+3
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+32
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck1-3/+4
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-64/+55
2010-06-02net: add additional lock to qdisc to increase throughputEric Dumazet1-4/+25
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-06-02net: Define accessors to manipulate QDISC_STATE_RUNNINGEric Dumazet1-2/+2
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-31net: remove zap_completion_queueEric Dumazet2-32/+3
2010-05-31net: Use __this_cpu_inc() in fast pathEric Dumazet1-2/+1
2010-05-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+10
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