summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-19/+34
2011-11-07wanrouter: Remove kernel_lock annotationsRichard Weinberger1-2/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds161-0/+167
2011-11-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-17/+34
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-36/+106
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+34
2011-11-03af_packet: de-inline some helper functionsOlof Johansson1-26/+26
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren1-0/+1
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet2-0/+2
2011-11-03l2tp: fix race in l2tp_recv_dequeue()Eric Dumazet1-1/+2
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust325-6196/+15275
2011-11-02mac80211: disable powersave for broken APsJohannes Berg2-2/+17
2011-11-02mac80211: Fix TDLS support validation in add_station handlerJouni Malinen1-6/+6
2011-11-02mac80211: config hw when going back on-channelEliad Peller1-2/+1
2011-11-02mac80211: fix remain_off_channel regressionEliad Peller1-2/+2
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-5/+8
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet1-3/+5
2011-11-02x25: Fix NULL dereference in x25_recvmsgDave Jones1-3/+8
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven6-32/+62
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2011-11-01neigh: Kill bogus SMP protected debugging message.David S. Miller1-5/+1
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal1-6/+5
2011-11-01netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal1-3/+10
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches18-92/+37
2011-11-01ipvs: Removed unused variablesSimon Horman1-4/+0
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman4-24/+14
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2-2/+2
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski1-2/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches3-8/+7
2011-10-31net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker129-0/+130
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker6-0/+6
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker29-0/+30
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-30/+83
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg1-2/+0
2011-10-31Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc1-1/+1
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet2-4/+7
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister1-3/+40
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-3/+18
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds6-91/+217
2011-10-28ipv6: fix route error binding peer in func icmp6_dst_allocGao feng1-2/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Zheng Yan1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet6-17/+16
2011-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+4
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxLinus Torvalds6-411/+554
2011-10-25caif: Fix BUG() with network namespacesDavid Woodhouse1-2/+3
2011-10-25net: Unlock sock before calling sk_free()Thomas Gleixner1-0/+1
2011-10-25libceph: force resend of osd requests if we skip an osdmapSage Weil1-10/+16