summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: allow netif_carrier to be called safely from IRQstephen hemminger2011-07-221-1/+1
* ethtool: Allow zero-length register dumps againBen Hutchings2011-07-211-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-172-8/+9
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-171-11/+14
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-161-2/+2
* neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-161-23/+2
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-161-2/+2
* neigh: Simply destroy handling wrt. hh_cache.David S. Miller2011-07-161-9/+0
* net: remove /sys/class/net/*/featuresMichał Mirosław2011-07-141-2/+0
* net: unexport netdev_fix_features()Michał Mirosław2011-07-141-2/+1
* net: cleanup vlan_features setting in register_netdevMichał Mirosław2011-07-141-5/+2
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-142-66/+22
* net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller2011-07-131-19/+18
* 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/+23
* 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-051-2/+4
|\ \
| * | ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-011-2/+4
* | | net: Add GSO to vlan_features initializationShan Wei2011-07-051-4/+5
* | | netpoll: Remove wrapper function netpoll_pollJoe Perches2011-07-031-7/+2
* | | netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches2011-07-031-4/+2
* | | rtnl: provide link dump consistency infoThomas Graf2011-07-013-0/+15
* | | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-1/+1
* | | core: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-212-0/+6
* | | udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-211-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-204-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-111-1/+2
| * | | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-111-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-061-11/+5
| * | | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-051-9/+7
| |/ /
* | | net: export the receive time stamping hook for non-NAPI driversRichard Cochran2011-06-201-0/+1
* | | net: export time stamp utility function for Ethernet MAC driversRichard Cochran2011-06-131-0/+1
* | | rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-093-19/+58
* | | v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2011-06-082-313/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-041-2/+5
|\ \
| * | net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi2011-06-021-2/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-274-1/+27
|\|
| * net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2011-05-272-0/+2
| * bug.h: Move ratelimit warn interfaces to ratelimit.hDavid S. Miller2011-05-261-0/+1
| * net: fix ETHTOOL_SFEATURES compatibility with old ethtool_ops.set_flagsMichał Mirosław2011-05-261-1/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-252-1/+69
|\ \ | |/ |/|