summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko2011-08-111-1/+0Star
* net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-101-5/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-083-3/+200
|\
| * net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-072-1/+185
| * net: add kerneldoc to skb_copy_bits()Eric Dumazet2011-08-021-2/+15
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-026-10/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-282-5/+7
|\
| * net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-07-281-3/+5
| * net: Convert struct net_device uc_promisc to boolJoe Perches2011-07-261-2/+2
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
|/
* net: allow netif_carrier to be called safely from IRQstephen hemminger2011-07-231-1/+1
* ethtool: Allow zero-length register dumps againBen Hutchings2011-07-221-2/+2
* skbuff: fix error handling in pskb_copy()Dan Carpenter2011-07-211-1/+2
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-182-8/+9
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-181-11/+14
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-171-2/+2
* neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-171-23/+2Star
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-171-2/+2
* neigh: Simply destroy handling wrt. hh_cache.David S. Miller2011-07-171-9/+0Star
* net: remove /sys/class/net/*/featuresMichał Mirosław2011-07-141-2/+0Star
* net: unexport netdev_fix_features()Michał Mirosław2011-07-141-2/+1Star
* net: cleanup vlan_features setting in register_netdevMichał Mirosław2011-07-141-5/+2Star
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-142-66/+22Star
* net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller2011-07-131-19/+18Star
* net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-131-1/+1
* ipv4: Use universal hash for ARP.David S. Miller2011-07-111-0/+1
* neigh: Store hash shift instead of mask.David S. Miller2011-07-111-24/+23Star
* skbuff: clear tx zero-copy flagShirley Ma2011-07-091-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-081-3/+3
|\
| * NFC: add NFC socket familyAloisio Almeida Jr2011-07-051-3/+3
* | skbuff: skb supports zero-copy buffersShirley Ma2011-07-071-1/+79
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-061-2/+4
|\ \
| * | ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-021-2/+4
* | | net: Add GSO to vlan_features initializationShan Wei2011-07-061-4/+5
* | | netpoll: Remove wrapper function netpoll_pollJoe Perches2011-07-041-7/+2Star
* | | netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches2011-07-041-4/+2Star
* | | rtnl: provide link dump consistency infoThomas Graf2011-07-023-0/+15
* | | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* | | core: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-222-0/+6
* | | udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-221-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-214-37/+44
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-162-16/+19
| |\ \
| | * | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-122-16/+19
| * | | netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter2011-06-121-1/+2
| * | | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-121-1/+1
| * | | netpoll: prevent netpoll setup on slave devicesWANG Cong2011-06-091-0/+6
| * | | net: cpu offline cause napi stallHeiko Carstens2011-06-071-0/+5
| * | | net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-071-11/+5Star
| * | | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-051-9/+7Star
| |/ /
* | | net: export the receive time stamping hook for non-NAPI driversRichard Cochran2011-06-201-0/+1