summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-30/+83
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
2011-10-25ceph: use kernel DNS resolverNoah Watkins2-12/+116
2011-10-25ceph: fix ceph_monc_init memory leakNoah Watkins1-3/+7
2011-10-25libceph: warn on msg allocation failuresSage Weil1-0/+1
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil4-19/+32
2011-10-25libceph: always preallocate mon connectionSage Weil1-25/+22
2011-10-25libceph: create messenger with clientSage Weil1-23/+24
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-26/+46
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli1-2/+2
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich1-0/+3
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich1-1/+13
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds285-5540/+14144
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-8/+5
2011-10-24ipv6: Do not use routes from locally generated RAsAndreas Hofmeister1-0/+8
2011-10-24net_sched: cls_flow: use skb_header_pointer()Eric Dumazet1-92/+96
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGao feng1-2/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-95/+268
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner2-4/+0
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V3-79/+54
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+2
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V1-7/+5
2011-10-249p: move dereference after NULL checkDan Carpenter1-2/+2