aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert1-2/+2
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-4/+15
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao1-13/+36
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao1-0/+4
2010-06-02net: fix conflict between null_or_orig and null_or_bondJohn Fastabend1-4/+4
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-06-02xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet1-0/+1
2010-06-01mac80211: fix dialog token allocatorJohannes Berg1-2/+4
2010-06-01mac80211: fix blockack-req processingJohannes Berg1-2/+11
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-16/+5
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet3-10/+32
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet3-12/+5
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng1-4/+0
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller19-105/+232
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet3-2/+10
2010-05-29Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont1-3/+3
2010-05-29caif: unlock on error path in cfserl_receive()Dan Carpenter1-2/+4
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall2-0/+2
2010-05-29skb: make skb_recycle_check() return a bool valueChangli Gao1-6/+6
2010-05-28IPv6: fix Mobile IPv6 regressionBrian Haley1-1/+1
2010-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2010-05-28mac80211: make a function staticJohannes Berg1-1/+1
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-27/+70
2010-05-28netlink: bug fix: wrong size was calculated for vfinfo list blobScott Feldman1-5/+6
2010-05-28netlink: bug fix: don't overrun skbs on vf_port dumpScott Feldman1-6/+9
2010-05-28xt_tee: use skb_dst_drop()Eric Dumazet1-2/+2
2010-05-28ipv6: Add GSO support on forwarding pathHerbert Xu1-1/+1
2010-05-28net: fix __neigh_event_send()Eric Dumazet1-0/+1
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+6
2010-05-27Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-11/+18
2010-05-27iucv: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-4/+5
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet4-10/+48
2010-05-26net/iucv: Add missing spin_unlockJulia Lawall1-1/+1
2010-05-26sunrpc: fix leak on error on socket xprt setupJ. Bruce Fields1-11/+18
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2-2/+2
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-199/+222
2010-05-25Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont1-0/+2
2010-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-7/+8
2010-05-25sunrpc: use formatting of module name in SUNRPCAlex Riesen1-4/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan5-8/+8
2010-05-24net/dccp: expansion of error code sizeYoichi Yuasa1-3/+3
2010-05-24wireless: fix sta_info.h kernel-doc warningsRandy Dunlap1-1/+1
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-1/+0
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds2-6/+25