aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-56/+76
2011-07-07sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe itWei Yongjun1-0/+23
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet3-26/+5
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-07-05bridge: Always flood broadcast packetsHerbert Xu2-3/+7
2011-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+6
2011-07-04net: bind() fix error return on wrong address familyMarcus Meissner2-2/+4
2011-07-01xfrm4: Don't call icmp_send on local errorSteffen Klassert1-1/+6
2011-07-01ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert1-1/+1
2011-07-01xfrm: Remove family arg from xfrm_bundle_okSteffen Klassert1-3/+3
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller2-8/+11
2011-07-01ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-07-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+9
2011-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-69/+62
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville2-2/+9
2011-06-29netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2-48/+26
2011-06-27ipv4: Fix IPsec slowpath fragmentation problemSteffen Klassert1-5/+5
2011-06-27ipv4: Fix packet size calculation in __ip_append_dataSteffen Klassert1-5/+2
2011-06-27mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov2-2/+9
2011-06-24bridge: Only flood unregistered groups to routersHerbert Xu1-1/+4
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville2-9/+18
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2-0/+6
2011-06-21ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang1-1/+1
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-3/+7
2011-06-20Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+2
2011-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds24-37/+66
2011-06-20ipv4, ping: Remove duplicate icmp.h includeJesper Juhl1-1/+0
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville2-9/+18
2011-06-19netpoll: copy dev name of slaves to struct netpollWANG Cong1-0/+1
2011-06-18ipv4: fix multicast lossesEric Dumazet1-3/+1
2011-06-17inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2011-06-17net: rfs: enable RFS before first data packet is receivedEric Dumazet3-0/+3
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davemJohn W. Linville4-9/+24
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2-3/+3
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat1-1/+1
2011-06-16caif: Bugfix - XOFF removed channel from caif-muxsjur.brandeland@stericsson.com1-1/+1
2011-06-16IGMP snooping: set mrouters_only flag for IPv6 traffic properlyFernando Luis Vázquez Cao1-1/+1
2011-06-16IGMP snooping: set mrouters_only flag for IPv4 traffic properlyFernando Luis Vázquez Cao1-1/+1
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller9-11/+25
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-16/+19
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-1/+3
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari4-4/+8
2011-06-16netfilter: ipt_ecn: fix inversion for IP header ECN matchPatrick McHardy1-1/+2
2011-06-16netfilter: ipt_ecn: fix protocol check in ecn_mt_check()Patrick McHardy1-3/+1
2011-06-16netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior1-1/+1
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-2.6Patrick McHardy2-1/+10
2011-06-15Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky1-1/+1
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2-0/+4
2011-06-14Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg1-6/+15
2011-06-13libceph: fix page calculation for non-page-aligned ioSage Weil1-4/+6