aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-02udp: fix a race in encap_rcv handlingGravatar Eric Dumazet 1-3/+5
2011-11-02x25: Fix NULL dereference in x25_recvmsgGravatar Dave Jones 1-3/+8
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constGravatar Arjan van de Ven 6-32/+62
2011-11-01vlan: Don't propagate flag changes on down interfaces.Gravatar Matthijs Kooijman 1-4/+6
2011-11-01neigh: Kill bogus SMP protected debugging message.Gravatar David S. Miller 1-5/+1
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowGravatar Florian Westphal 1-6/+5
2011-11-01netfilter: ipv6: fix afinfo->route refcnt leak on errorGravatar Florian Westphal 1-3/+10
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Gravatar Krzysztof Wilczynski 1-1/+1
2011-11-01netfilter: Remove unnecessary OOM logging messagesGravatar Joe Perches 18-92/+37
2011-11-01ipvs: Removed unused variablesGravatar Simon Horman 1-4/+0
2011-11-01ipvs: Remove unused return value of protocol state transitionsGravatar Simon Horman 4-24/+14
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Gravatar Simon Horman 2-2/+2
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Gravatar Krzysztof Wilczynski 1-2/+3
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 3-8/+7
2011-10-31net: fix implicit kmod.h usage in bridge/br_stp_if.cGravatar Paul Gortmaker 1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 129-0/+130
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCGravatar Paul Gortmaker 6-0/+6
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 29-0/+30
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 12-30/+83
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoGravatar Johan Hedberg 1-2/+0
2011-10-31Bluetooth: Increase HCI reset timeout in hci_dev_do_closeGravatar Szymon Janc 1-1/+1
2011-10-30vlan: allow nested vlan_do_receive()Gravatar Eric Dumazet 2-4/+7
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Gravatar Andreas Hofmeister 1-3/+40
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeGravatar David S. Miller 2-3/+18
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientGravatar Linus Torvalds 6-91/+217
2011-10-28ipv6: fix route error binding peer in func icmp6_dst_allocGravatar Gao feng 1-2/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Gravatar Zheng Yan 1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITGravatar Eric Dumazet 6-17/+16
2011-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-2/+4
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxGravatar Linus Torvalds 6-411/+554
2011-10-25caif: Fix BUG() with network namespacesGravatar David Woodhouse 1-2/+3
2011-10-25net: Unlock sock before calling sk_free()Gravatar Thomas Gleixner 1-0/+1
2011-10-25libceph: force resend of osd requests if we skip an osdmapGravatar Sage Weil 1-10/+16
2011-10-25ceph: use kernel DNS resolverGravatar Noah Watkins 2-12/+116
2011-10-25ceph: fix ceph_monc_init memory leakGravatar Noah Watkins 1-3/+7
2011-10-25libceph: warn on msg allocation failuresGravatar Sage Weil 1-0/+1
2011-10-25libceph: don't complain on msgpool alloc failuresGravatar Sage Weil 4-19/+32
2011-10-25libceph: always preallocate mon connectionGravatar Sage Weil 1-25/+22
2011-10-25libceph: create messenger with clientGravatar Sage Weil 1-23/+24
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-26/+46
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+3
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryGravatar Antonio Quartulli 1-2/+2
2011-10-25batman-adv: add sanity check when removing global ttsGravatar Simon Wunderlich 1-0/+3
2011-10-25batman-adv: remove references for global tt entriesGravatar Simon Wunderlich 1-1/+13
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 285-5540/+14144
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupGravatar Stanislav Kinsbursky 2-15/+0
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringGravatar Stanislav Kinsbursky 1-9/+0
2011-10-25NFSd: call svc rpcbind cleanup explicitlyGravatar Stanislav Kinsbursky 1-1/+2