aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-12net/core: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-07-12net: sock_free() optimizationsEric Dumazet1-2/+3
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet13-53/+32
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings1-6/+6
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-5/+26
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+48
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet3-11/+21
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-0/+62
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+18
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+80
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-23/+5
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior1-1/+2
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-28net: use this_cpu_ptr()Eric Dumazet1-2/+2
2010-06-25net/core/pktgen.c: Use pr_<level>Joe Perches1-78/+64
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-51/+161
2010-06-24net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton1-1/+0
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
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