summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-05-26Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git....Linus Torvalds
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-05-26atm: Drop __TIME__ usageMichal Marek
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-25net: hold rtnl again in dump callbacksEric Dumazet
2011-05-25sch_sfq: fix peek() implementationEric Dumazet
2011-05-25sctp: fix memory leak of the ASCONF queue when free asocWei Yongjun
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley
2011-05-25net/9p: p9_idpool_get return -1 on errorAneesh Kumar K.V
2011-05-259p: remove experimental tag from tested configurationsEric Van Hensbergen
2011-05-259p: typo fixes and minor cleanupsRob Landley
2011-05-25net/9p: Change linuxdoc names to match functions.Rob Landley
2011-05-24net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville
2011-05-24libceph: subscribe to osdmap when cluster is fullSage Weil
2011-05-24libceph: handle new osdmap down/state change encodingSage Weil
2011-05-24bridge: initialize fake_rtable metricsEric Dumazet
2011-05-24net: fix __dst_destroy_metrics_generic()Eric Dumazet
2011-05-24igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico
2011-05-24net: use synchronize_rcu_expedited()Eric Dumazet
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet
2011-05-24Merge branch 'next' into for-linusJames Morris
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-24ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller
2011-05-23net: filter: Use WARN_RATELIMITJoe Perches
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet
2011-05-23snap: remove one synchronize_net()Eric Dumazet
2011-05-23net: ping: cleanups ping_v4_unhash()Eric Dumazet
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-05-22pktgen: refactor pg_init() codeWANG Cong
2011-05-22pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong
2011-05-22ipv4: Give backtrace in ip_rt_bug().Dave Jones
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet
2011-05-22net: remove synchronize_net() from netdev_set_master()Eric Dumazet
2011-05-22rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang
2011-05-22bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang
2011-05-22ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller