aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 16-42/+65
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 3-10/+30
2011-04-19netfilter: ipset: Fix the order of listing of setsGravatar Jozsef Kadlecsik 1-8/+10
2011-04-15net/9p: nwname should be an unsigned intGravatar Harsh Prateek Bora 2-6/+6
2011-04-159p: Fix sparse errorGravatar Aneesh Kumar K.V 3-6/+14
2011-04-159p: revert tsyncfs related changesGravatar Aneesh Kumar K.V 1-21/+0
2011-04-14ip: ip_options_compile() resilient to NULL skb routeGravatar Eric Dumazet 1-3/+3
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-3/+9
2011-04-13Revert "tcp: disallow bind() to reuse addr/port"Gravatar David S. Miller 2-4/+3
2011-04-13netfilter: ipset: set match and SET target fixesGravatar Jozsef Kadlecsik 1-2/+16
2011-04-13netfilter: ipset: bitmap:ip,mac type requires "src" for MACGravatar Jozsef Kadlecsik 1-0/+4
2011-04-12sctp: fix oops while removed transport still using as retran pathGravatar Wei Yongjun 1-0/+2
2011-04-12sctp: fix oops when updating retransmit path with DEBUG onGravatar Vlad Yasevich 1-0/+2
2011-04-12net: Disable NETIF_F_TSO_ECN when TSO is disabledGravatar Ben Hutchings 1-0/+4
2011-04-12net: Disable all TSO features when SG is disabledGravatar Ben Hutchings 1-3/+3
2011-04-12ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileGravatar David S. Miller 1-2/+0
2011-04-12irda: fix locking unbalance in irda_sendmsgGravatar Dave Jones 1-2/+1
2011-04-12net: Do not wrap sysctl igmp_max_memberships in IP_MULTICASTGravatar Joakim Tjernlund 1-3/+0
2011-04-12inetpeer: reduce stack usageGravatar Eric Dumazet 1-6/+7
2011-04-12bridge: reset IPCB in br_parse_ip_optionsGravatar Eric Dumazet 1-4/+2
2011-04-11llc: Fix length check in llc_fixup_skb().Gravatar David S. Miller 1-2/+1
2011-04-11caif: performance bugfix - allow radio stack to prioritize packets.Gravatar Sjur Brændeland 1-1/+5
2011-04-11caif: Bugfix use for_each_safe when removing list nodes.Gravatar Sjur Brændeland 1-2/+2
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 21-118/+181
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 1-1/+1
2011-04-07ipv4: Fix "Set rt->rt_iif more sanely on output routes."Gravatar OGAWA Hirofumi 2-2/+7
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 103-160/+160
2011-04-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 1-1/+1
2011-04-06dsa/mv88e6131: add support for mv88e6085 switchGravatar Peter Korsgaard 2-4/+21
2011-04-06ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2)Gravatar Neil Horman 2-1/+6
2011-04-06Revert "net/sunrpc: Use static const char arrays"Gravatar Trond Myklebust 1-1/+1
2011-04-06libceph: fix linger request requeueingGravatar Sage Weil 1-3/+9
2011-04-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...Gravatar David S. Miller 14-110/+146
2011-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 12-30/+69
2011-04-04ipv6: Don't pass invalid dst_entry pointer to dst_release().Gravatar Boris Ostrovsky 1-0/+1
2011-04-04mac80211: Fix duplicate frames on cooked monitorGravatar Helmut Schaa 1-1/+1
2011-04-04netfilter: xt_conntrack: fix inverted conntrack direction testGravatar Florian Westphal 1-1/+1
2011-04-04netfilter: xt_addrtype: replace rt6_lookup with nf_afinfo->routeGravatar Florian Westphal 2-15/+28
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifGravatar Florian Westphal 4-8/+16
2011-04-04netfilter: af_info: add network namespace parameter to route hookGravatar Florian Westphal 4-9/+11
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Gravatar Hans Schillstrom 1-1/+1
2011-04-04netfilter: h323: bug in parsing of ASN1 SEQOF fieldGravatar David Sterba 1-1/+1
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexGravatar Jozsef Kadlecsik 5-53/+71
2011-04-04netfilter: ipset: list:set timeout variant fixesGravatar Jozsef Kadlecsik 1-29/+24
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONGravatar Ilpo Järvinen 1-1/+2
2011-04-01sctp: malloc enough room for asconf-ack chunkGravatar Wei Yongjun 1-2/+2
2011-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar David S. Miller 9-27/+64
2011-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 9-11/+40
2011-03-31appletalk: Fix OOPS in atalk_release().Gravatar David S. Miller 1-5/+6
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 103-160/+160