summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-171-1/+1
* net: disable preemption before call smp_processor_id()Changli Gao2010-08-071-0/+2
* net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-051-4/+1
* Revert "net: remove zap_completion_queue"David S. Miller2010-08-032-3/+32
* net: cleanup inclusionChangli Gao2010-08-021-2/+0
* net: ingress filter message limitStephen Hemminger2010-08-011-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-272-2/+6
|\
| * net: dev_forward_skb should call nf_resetBen Greear2010-07-251-0/+1
| * net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller2010-07-221-1/+2
| * net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard2010-07-221-1/+3
* | drop_monitor: use genl_register_family_with_ops()Changli Gao2010-07-261-16/+7
* | net: pskb_expand_head() optimizationEric Dumazet2010-07-241-1/+1
* | sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-241-0/+2
* | net: core: don't use own hex_to_bin() methodAndy Shevchenko2010-07-231-24/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-202-8/+17
|\ \ | |/
| * net: fix problem in reading sock TX queueTom Herbert2010-07-141-4/+3
| * net/core: neighbour update OopsDoug Kehn2010-07-141-1/+4
| * net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-141-3/+10
* | drop_monitor: Add error code to detect duplicate state changesNeil Horman2010-07-201-2/+8
* | __dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel2010-07-201-1/+1
* | net: this_cpu_xxx conversionsEric Dumazet2010-07-191-3/+2
* | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-1/+3
* | net: support time stamping in phy devices.Richard Cochran2010-07-183-1/+130
* | net/core: Remove unnecessary casts of private_dataJoe Perches2010-07-121-2/+2
* | net: sock_free() optimizationsEric Dumazet2010-07-121-2/+3
* | net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-1213-53/+32
* | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-6/+6
* | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-5/+26
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-072-11/+48
|\ \ | |/
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+18
| * ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-9/+27
| * ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-06-291-2/+3
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-073-11/+21
* | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-0/+62
* | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-301-0/+80
* | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-23/+5
* | net/core: use ntohs for skb->protocolSebastian Andrzej Siewior2010-06-301-1/+2
* | net: use this_cpu_ptr()Eric Dumazet2010-06-281-2/+2
* | net/core/pktgen.c: Use pr_<level>Joe Perches2010-06-251-78/+64
* | net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer2010-06-251-51/+161
* | net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton2010-06-241-1/+0
* | net: consolidate netif_needs_gso() checksJohn Fastabend2010-06-231-36/+32
* | net: Export cred_to_ucred to modules.David S. Miller2010-06-161-0/+1
* | scm: Capture the full credentials of the scm sender.Eric W. Biederman2010-06-161-0/+24
* | af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman2010-06-161-6/+12
* | sock: Introduce cred_to_ucredEric W. Biederman2010-06-161-0/+14
* | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-1/+2
* | net: add rx_handler data pointerJiri Pirko2010-06-151-1/+5
* | netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2010-06-151-79/+97
* | netpoll: Add ndo_netpoll_setupHerbert Xu2010-06-151-0/+10
OpenPOWER on IntegriCloud