aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend1-2/+7
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-1/+1
2009-12-22kfifo: move out spinlockStefani Seibold1-3/+3
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-11/+9
2009-12-22ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2-15/+3
2009-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-3/+32
2009-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-4/+7
2009-12-21mac80211: fix WMM AP settings applicationJohannes Berg1-0/+8
2009-12-21mac80211: fix peer HT capabilitiesJohannes Berg1-3/+22
2009-12-18ipv6: fix an oops when force unload ipv6 moduleYang Hongyang1-1/+2
2009-12-18netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan1-0/+1
2009-12-18sunrpc: on successful gss error pipe write, don't return errorJeff Layton1-1/+16
2009-12-18SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust1-1/+1
2009-12-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust1-1/+3
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko1-0/+1
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin1-1/+1
2009-12-17fs: no games with DCACHE_UNHASHEDNick Piggin1-19/+0
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-138/+82
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+15
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-49/+43
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-134/+149
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-4/+4
2009-12-16switch alloc_file() to passing struct pathAl Viro1-8/+9
2009-12-16switch sock_alloc_file() to alloc_file()Al Viro1-11/+11
2009-12-169p connect fixesAl Viro1-66/+46
2009-12-16merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro1-57/+23
2009-12-16reorder alloc_fd/attach_fd in socketpair()Al Viro1-17/+14
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-1/+1
2009-12-15packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet1-40/+31
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller6-10/+47
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller7-77/+54
2009-12-15nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis1-0/+1
2009-12-15rpc: add rpc_queue_empty functionAlexandros Batsakis1-0/+14
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa3-7/+5
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan2-2/+2
2009-12-15ipvs: zero usvc and udestSimon Horman1-0/+4
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2-4/+23
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deliveryPatrick McHardy3-6/+19
2009-12-14mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde1-0/+2
2009-12-14ipvs: fix synchronization on connection closeXiaotian Feng1-0/+1
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2-3/+14
2009-12-13udp: udp_lib_get_port() fixEric Dumazet1-4/+3
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust8-60/+162
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller12-21/+21
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar1-4/+6
2009-12-11xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi1-0/+1
2009-12-11net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens1-5/+2