aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2010-09-27tcp: Fix >4GB writes on 64-bit.Gravatar David S. Miller 1-2/+3
2010-09-24net: fix a lockdep splatGravatar Eric Dumazet 1-4/+4
2010-09-14net: use rcu_barrier() in rollback_registered_manyGravatar Eric Dumazet 1-1/+1
2010-09-08gro: Re-fix different skb headroomsGravatar Jarek Poplawski 1-1/+1
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueGravatar Helmut Schaa 1-8/+8
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorGravatar Jarek Poplawski 1-6/+6
2010-09-01gro: fix different skb headroomsGravatar Eric Dumazet 1-2/+6
2010-08-17net: Fix a memmove bug in dev_gro_receive()Gravatar Jarek Poplawski 1-1/+1
2010-08-07net: disable preemption before call smp_processor_id()Gravatar Changli Gao 1-0/+2
2010-08-05net: Fix napi_gro_frags vs netpoll pathGravatar Jarek Poplawski 1-4/+1
2010-08-03Revert "net: remove zap_completion_queue"Gravatar David S. Miller 2-3/+32
2010-08-02net: cleanup inclusionGravatar Changli Gao 1-2/+0
2010-08-01net: ingress filter message limitGravatar Stephen Hemminger 1-4/+4
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-2/+6
2010-07-26drop_monitor: use genl_register_family_with_ops()Gravatar Changli Gao 1-16/+7
2010-07-25net: dev_forward_skb should call nf_resetGravatar Ben Greear 1-0/+1
2010-07-24net: pskb_expand_head() optimizationGravatar Eric Dumazet 1-1/+1
2010-07-24sysfs: add attribute to indicate hw address assignment typeGravatar Stefan Assmann 1-0/+2
2010-07-23net: core: don't use own hex_to_bin() methodGravatar Andy Shevchenko 1-24/+12
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startGravatar David S. Miller 1-1/+2
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cGravatar Andrea Shepard 1-1/+3
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-8/+17
2010-07-20drop_monitor: Add error code to detect duplicate state changesGravatar Neil Horman 1-2/+8
2010-07-20__dst_free(): put EXPORT_SYMBOLS after the fctGravatar Nicolas Dichtel 1-1/+1
2010-07-19net: this_cpu_xxx conversionsGravatar Eric Dumazet 1-3/+2
2010-07-19net: 64bit stats for netdev_queueGravatar Eric Dumazet 1-1/+3
2010-07-18net: support time stamping in phy devices.Gravatar Richard Cochran 3-1/+130
2010-07-14net: fix problem in reading sock TX queueGravatar Tom Herbert 1-4/+3
2010-07-14net/core: neighbour update OopsGravatar Doug Kehn 1-1/+4
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Gravatar Eric Dumazet 1-3/+10
2010-07-12net/core: Remove unnecessary casts of private_dataGravatar Joe Perches 1-2/+2
2010-07-12net: sock_free() optimizationsGravatar Eric Dumazet 1-2/+3
2010-07-12net/core: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 13-53/+32
2010-07-09net: Document that dev_get_stats() returns the given pointerGravatar Ben Hutchings 1-6/+6
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionGravatar Ben Hutchings 1-5/+26
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-11/+48
2010-07-07net: fix 64 bit counters on 32 bit archesGravatar Eric Dumazet 3-11/+21
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsGravatar Joe Perches 1-0/+62
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscGravatar John Fastabend 1-0/+18
2010-06-30ethtool: Add support for control of RX flow hash indirectionGravatar Ben Hutchings 1-0/+80
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsGravatar Ben Hutchings 1-23/+5
2010-06-30net/core: use ntohs for skb->protocolGravatar Sebastian Andrzej Siewior 1-1/+2
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHGravatar Ben Hutchings 1-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLGravatar Ben Hutchings 1-2/+3
2010-06-28net: use this_cpu_ptr()Gravatar Eric Dumazet 1-2/+2
2010-06-25net/core/pktgen.c: Use pr_<level>Gravatar Joe Perches 1-78/+64
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingGravatar Hagen Paul Pfeifer 1-51/+161
2010-06-24net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Gravatar Andrew Morton 1-1/+0
2010-06-23net: consolidate netif_needs_gso() checksGravatar John Fastabend 1-36/+32
2010-06-16net: Export cred_to_ucred to modules.Gravatar David S. Miller 1-0/+1