aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2-1/+69
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds39-158/+496
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet2-2/+8
2011-05-25sch_sfq: fix peek() implementationEric Dumazet1-13/+1
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun1-0/+16
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman1-0/+7
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-5/+0
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-25/+89
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller12-100/+417
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-23/+28
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley1-3/+4
2011-05-25net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V2-9/+13
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen1-4/+4
2011-05-259p: typo fixes and minor cleanupsRob Landley1-5/+5
2011-05-25net/9p: Change linuxdoc names to match functions.Rob Landley1-2/+2
2011-05-24net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell1-22/+27
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville12-100/+417
2011-05-24libceph: subscribe to osdmap when cluster is fullSage Weil1-0/+9
2011-05-24libceph: handle new osdmap down/state change encodingSage Weil1-3/+8
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet1-1/+5
2011-05-24net: fix __dst_destroy_metrics_generic()Eric Dumazet1-1/+1
2011-05-24igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico1-5/+5
2011-05-24net: use synchronize_rcu_expedited()Eric Dumazet1-1/+4
2011-05-24Merge branch 'next' into for-linusJames Morris1-4/+6
2011-05-24net: convert %p usage to %pKDan Rosenberg14-22/+22
2011-05-24ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller1-1/+1
2011-05-23net: filter: Use WARN_RATELIMITJoe Perches1-1/+3
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet1-2/+6
2011-05-23snap: remove one synchronize_net()Eric Dumazet1-1/+0
2011-05-23net: ping: cleanups ping_v4_unhash()Eric Dumazet1-3/+0
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+1
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-72/+134
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds1-4/+4
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-22pktgen: refactor pg_init() codeWANG Cong1-7/+12
2011-05-22pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong1-2/+1
2011-05-22ipv4: Give backtrace in ip_rt_bug().Dave Jones1-0/+1
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet1-2/+15
2011-05-22net: remove synchronize_net() from netdev_set_master()Eric Dumazet2-3/+2
2011-05-22rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang1-0/+2
2011-05-22bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang1-0/+2
2011-05-22ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller1-0/+1
2011-05-22netlabel: Remove prefetches from list handlers.David S. Miller1-4/+4
2011-05-22caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com1-1/+6
2011-05-22caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com1-4/+5
2011-05-22caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com3-44/+62
2011-05-22caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com1-9/+26
2011-05-21sctp: Fix build failure.David S. Miller1-1/+1