summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusJames Morris2011-05-241-4/+6
|\
| * Merge branch 'master' into nextJames Morris2011-05-1971-319/+524
| |\
| * \ Merge branch 'master'; commit 'v2.6.39-rc3' into nextJames Morris2011-04-19144-379/+677
| |\ \
| * \ \ Merge branch 'next-queue' into nextJames Morris2011-03-301-4/+6
| |\ \ \
| | * | | KEYS: Improve /proc/keysDavid Howells2011-03-171-4/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-233-3/+3
|\ \ \ \ \
| * | | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| * | | | | Merge branch 'master' into for-nextJiri Kosina2011-04-26196-951/+1949
| |\ \ \ \ \
| * | | | | | treewide: remove extra semicolonsJustin P. Mattock2011-04-102-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into upstream.Jiri Kosina2011-05-18226-1222/+2402
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | HID: bt: hidp.h: do not use a tab after a #defineAntonio Ospite2011-04-211-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-2311-72/+134
|\ \ \ \ \ \ \
| * | | | | | | pktgen: refactor pg_init() codeWANG Cong2011-05-221-7/+12
| * | | | | | | pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong2011-05-221-2/+1
| * | | | | | | ipv4: Give backtrace in ip_rt_bug().Dave Jones2011-05-221-0/+1
| * | | | | | | net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet2011-05-221-2/+15
| * | | | | | | net: remove synchronize_net() from netdev_set_master()Eric Dumazet2011-05-222-3/+2
| * | | | | | | rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang2011-05-221-0/+2
| * | | | | | | bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang2011-05-221-0/+2
| * | | | | | | ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller2011-05-221-0/+1
| * | | | | | | netlabel: Remove prefetches from list handlers.David S. Miller2011-05-221-4/+4
| * | | | | | | caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com2011-05-221-1/+6
| * | | | | | | caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com2011-05-221-4/+5
| * | | | | | | caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com2011-05-223-44/+62
| * | | | | | | caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com2011-05-221-9/+26
* | | | | | | | Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds2011-05-221-4/+4
* | | | | | | | Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
|/ / / / / / /
* | | | | | | sctp: Fix build failure.David S. Miller2011-05-211-1/+1
* | | | | | | garp: use kfree_rcu()Eric Dumazet2011-05-211-18/+2
* | | | | | | ipv6: copy prefsrc setting when copying route entryFlorian Westphal2011-05-211-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20309-7259/+13444
|\ \ \ \ \ \ \
| * | | | | | | macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-201-1/+1
| * | | | | | | networking: NET_CLS_ROUTE4 depends on INETRandy Dunlap2011-05-191-0/+1
| * | | | | | | irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller2011-05-191-4/+1
| * | | | | | | irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller2011-05-191-4/+0
| * | | | | | | irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller2011-05-191-6/+0
| * | | | | | | rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller2011-05-191-1/+2
| * | | | | | | irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_...David S. Miller2011-05-191-3/+0
| * | | | | | | rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller2011-05-191-1/+2
| * | | | | | | rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller2011-05-191-4/+1
| * | | | | | | rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller2011-05-191-3/+0
| * | | | | | | rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller2011-05-191-2/+0
| * | | | | | | pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller2011-05-191-2/+0
| * | | | | | | 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller2011-05-191-2/+0
| * | | | | | | 9p: Kill set but not used variable 'ret' in parse_opts()David S. Miller2011-05-191-2/+0
| * | | | | | | ipconfig wait for carrierMicha Nelissen2011-05-191-13/+22
| * | | | | | | SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak2011-05-191-6/+4
| * | | | | | | ipv6: reduce per device ICMP mib sizesEric Dumazet2011-05-192-26/+38
| * | | | | | | net: ping: fix the coding styleChangli Gao2011-05-191-3/+7