aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21sctp: Fix build failure.David S. Miller1-1/+1
2011-05-21garp: use kfree_rcu()Eric Dumazet1-18/+2
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds309-7259/+13444
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds3-0/+3
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-1/+1
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds28-292/+46
2011-05-19networking: NET_CLS_ROUTE4 depends on INETRandy Dunlap1-0/+1
2011-05-19irda: Fix error propagation in ircomm_lmp_connect_response()David S. Miller1-4/+1
2011-05-19irda: Kill set but unused variable 'bytes' in irlan_check_command_param()David S. Miller1-4/+0
2011-05-19irda: Kill set but unused variable 'clen' in ircomm_connect_indication()David S. Miller1-6/+0
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_transport()David S. Miller1-1/+2
2011-05-19irda: Kill set but unused vars 'saddr' and 'daddr' in irlan_provider_connect_indication()David S. Miller1-3/+0
2011-05-19rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().David S. Miller1-1/+2
2011-05-19rxrpc: Kill set but unused variable 'local' in rxrpc_UDP_error_handler()David S. Miller1-4/+1
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_process_connection()David S. Miller1-3/+0
2011-05-19rxrpc: Kill set but unused variable 'sp' in rxrpc_rotate_tx_window()David S. Miller1-2/+0
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller1-2/+0
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller1-2/+0
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller1-2/+0
2011-05-19ipconfig wait for carrierMicha Nelissen1-13/+22
2011-05-19SCTP: fix race between sctp_bind_addr_free() and sctp_bind_addr_conflict()Jacek Luczak1-6/+4
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet2-26/+38
2011-05-19net: ping: fix the coding styleChangli Gao1-3/+7
2011-05-19net: ping: make local functions staticChangli Gao1-4/+4
2011-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2011-05-18ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller3-13/+13
2011-05-18ipv4: Pass explicit destination address to rt_get_peer().David S. Miller1-3/+3
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller3-8/+11
2011-05-18ipv4: Kill RT_CACHE_DEBUGDavid S. Miller2-44/+0
2011-05-18net: add skb_dst_force() in sock_queue_err_skb()Eric Dumazet1-0/+3
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-30/+38
2011-05-17ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller1-6/+4
2011-05-17net: ethtool: fix IPV6 checksum feature name stringMichał Mirosław1-1/+1
2011-05-17net: Change netdev_fix_features messages loglevelMichael S. Tsirkin1-1/+1
2011-05-17net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsgAnton Blanchard1-2/+4
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-4/+12
2011-05-17net: ping: fix build failureVasiliy Kulikov2-12/+13
2011-05-17net: use hlist_del_rcu() in dev_change_name()Eric Dumazet1-1/+1
2011-05-16bluetooth: Fix warnings in l2cap_core.cDavid S. Miller1-2/+2
2011-05-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller46-607/+1960
2011-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-20/+14
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville46-607/+1960
2011-05-16net: Change netdev_fix_features messages loglevelMichał Mirosław1-14/+8
2011-05-16net: convert to new cpumask APIKOSAKI Motohiro1-1/+1
2011-05-16ipv4: more compliant RFC 3168 supportEric Dumazet1-22/+38
2011-05-16cfg80211: make stripping of 802.11 header optional from AMSDUYogesh Ashok Powar2-9/+14
2011-05-16nl80211: Move peer link state definition to nl80211Javier Cardona6-45/+45