summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2011-05-22netlabel: Remove prefetches from list handlers.David S. Miller
2011-05-22caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com
2011-05-22caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com
2011-05-22caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com
2011-05-22caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com
2011-05-21sctp: Fix build failure.David S. Miller
2011-05-21garp: use kfree_rcu()Eric Dumazet
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-05-19networking: NET_CLS_ROUTE4 depends on INETRandy Dunlap
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller
2011-05-19irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_...David S. Miller
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller
2011-05-19rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller
2011-05-19ipconfig wait for carrierMicha Nelissen
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet
2011-05-19net: ping: fix the coding styleChangli Gao
2011-05-19net: ping: make local functions staticChangli Gao
2011-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-18ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller
2011-05-18ipv4: Pass explicit destination address to rt_get_peer().David S. Miller
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller
2011-05-18ipv4: Kill RT_CACHE_DEBUGDavid S. Miller
2011-05-18Merge branch 'master' into upstream.Jiri Kosina
2011-05-18net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet