aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet2011-08-26
* arp: fix rcu lockdep splat in arp_process()Eric Dumazet2011-08-24
* scm: Capture the full credentials of the scm senderTim Chen2011-08-11
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-06
* net: add kerneldoc to skb_copy_bits()Eric Dumazet2011-08-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-28
|\
| * net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-07-28
| * net: Convert struct net_device uc_promisc to boolJoe Perches2011-07-25
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-26
|/
* net: allow netif_carrier to be called safely from IRQstephen hemminger2011-07-22
* ethtool: Allow zero-length register dumps againBen Hutchings2011-07-21
* skbuff: fix error handling in pskb_copy()Dan Carpenter2011-07-21
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-18
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-18
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-16
* neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-16
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-16
* neigh: Simply destroy handling wrt. hh_cache.David S. Miller2011-07-16
* net: remove /sys/class/net/*/featuresMichał Mirosław2011-07-14
* net: unexport netdev_fix_features()Michał Mirosław2011-07-14
* net: cleanup vlan_features setting in register_netdevMichał Mirosław2011-07-14
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-14
* net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller2011-07-13
* net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-13
* ipv4: Use universal hash for ARP.David S. Miller2011-07-11
* neigh: Store hash shift instead of mask.David S. Miller2011-07-11
* skbuff: clear tx zero-copy flagShirley Ma2011-07-09
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-08
|\
| * NFC: add NFC socket familyAloisio Almeida Jr2011-07-05
* | skbuff: skb supports zero-copy buffersShirley Ma2011-07-07
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-06
|\ \
| * | ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-01
* | | net: Add GSO to vlan_features initializationShan Wei2011-07-06
* | | netpoll: Remove wrapper function netpoll_pollJoe Perches2011-07-03
* | | netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches2011-07-03
* | | rtnl: provide link dump consistency infoThomas Graf2011-07-01
* | | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-21
* | | core: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-21
* | | udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-21
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-21
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-16
| |\ \
| | * | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-12
| * | | netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter2011-06-11
| * | | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-11
| * | | netpoll: prevent netpoll setup on slave devicesWANG Cong2011-06-09
| * | | net: cpu offline cause napi stallHeiko Carstens2011-06-07
| * | | net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-06
| * | | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-05
| |/ /
* | | net: export the receive time stamping hook for non-NAPI driversRichard Cochran2011-06-20
* | | net: export time stamp utility function for Ethernet MAC driversRichard Cochran2011-06-13