aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-31arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+19
2010-05-31caif: cleanup: remove duplicate checksDan Carpenter1-6/+2
2010-05-31caif: remove unneeded null check in caif_connect()Dan Carpenter1-2/+1
2010-05-31net/dccp: Use memdup_userJulia Lawall1-8/+3
2010-05-31net/can: Use memdup_userJulia Lawall1-8/+3
2010-05-31tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet1-0/+5
2010-05-31net: remove zap_completion_queueEric Dumazet2-32/+3
2010-05-31net: Use __this_cpu_inc() in fast pathEric Dumazet2-4/+2
2010-05-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-15/+27
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
2010-05-24Revert "ath9k: Group Key fix for VAPs"Linus Torvalds1-1/+0
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds2-3/+73
2010-05-24tun: Update classid on packet injectionHerbert Xu1-0/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu3-16/+61
2010-05-23caif: Bugfix - use MSG_TRUNC in receiveSjur Braendeland1-29/+18
2010-05-23caif: Bugfix - missing spin_unlockSjur Braendeland2-6/+7
2010-05-23caif: Bugfix - Poll can't return POLLHUP while connecting.Sjur Braendeland1-15/+6
2010-05-23caif: Bugfix - handle mem-allocation failuresSjur Braendeland3-9/+25
2010-05-23caif: Bugfix - use standard Linux listsSjur Braendeland1-66/+26
2010-05-23caif: Bugfix - wait_ev*_timeout returns long.Sjur Braendeland1-7/+6
2010-05-23net-2.6 : V2 - fix dev_get_valid_nameDaniel Lezcano1-8/+12