aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-88/+58
2008-02-05NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore5-3/+184
2008-02-05[PKT_SCHED]: vlan tag matchStephen Hemminger1-0/+17
2008-02-05[NET] rtnetlink.c: remove no longer used functionsAdrian Bunk1-44/+0
2008-02-05[ICMP]: Restore pskb_pull calls in receive functionHerbert Xu2-2/+4
2008-02-05[INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov2-4/+4
2008-02-05bluetooth rfcomm tty: destroy before tty_close()Dave Young1-1/+2
2008-02-05bluetooth: uninliningAndrew Morton1-11/+19
2008-02-05bluetooth: hidp_process_hid_control remove unnecessary parameter dealingDave Young1-18/+1
2008-02-05[SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identifierWei Yongjun1-3/+3
2008-02-05[SCTP]: Fix kernel panic while received AUTH chunk while enabled authWei Yongjun1-0/+4
2008-02-05[IPV4]: Formatting fix for /proc/net/fib_trie.Denis V. Lunev1-2/+1
2008-02-05[NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build)Rami Rosen1-2/+2
2008-02-05[IPSEC] xfrm4_beet_input(): fix an if()Adrian Bunk1-1/+1
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-5/+32
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds3-5/+5
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-3/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-2/+2
2008-02-04virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets.Rusty Russell1-0/+29
2008-02-03typo fixes in net/core/net_namespace.cOliver Pinter1-2/+2
2008-02-03typo fix in net/rfkill/rfkill.cOliver Pinter1-1/+1
2008-02-03typo fixes in net/sctp/sm_statefuns.cOliver Pinter1-2/+2
2008-02-03Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-9/+28
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo10-93/+87
2008-02-02Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds18-1206/+4530
2008-02-01SUNRPC: RPC program information is stored in unsigned integersChuck Lever2-4/+5
2008-02-01SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust7-42/+33
2008-02-01SUNRPC: spin svc_rqst initialization to its own functionJeff Layton1-17/+42
2008-02-01rdma: makefileTom Tucker1-0/+5
2008-02-01rdma: ONCRPC RDMA protocol marshallingTom Tucker1-0/+412
2008-02-01rdma: SVCRDMA sendtoTom Tucker1-0/+520
2008-02-01rdma: SVCRDMA recvfromTom Tucker1-0/+586
2008-02-01rdma: SVCRDMA Core Transport ServicesTom Tucker1-0/+1080
2008-02-01rdma: SVCRDMA Transport ModuleTom Tucker1-0/+266
2008-02-01svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker1-0/+35
2008-02-01knfsd: Support adding transports by writing portlist fileTom Tucker1-0/+2
2008-02-01svc: Add svc API that queries for a transport instanceTom Tucker1-0/+35
2008-02-01svc: Add /proc/sys/sunrpc/transport filesTom Tucker2-0/+59
2008-02-01svc: Add transport hdr size for defer/revisitTom Tucker2-9/+29
2008-02-01svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2-810/+777
2008-02-01svc: Make svc_check_conn_limits xprt independentTom Tucker1-12/+12
2008-02-01svc: Removing remaining references to rq_sock in rqstpTom Tucker1-14/+24
2008-02-01svc: Move create logic to common codeTom Tucker2-39/+43
2008-02-01svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker1-18/+19
2008-02-01svc: Make svc_recv transport neutralTom Tucker1-31/+32
2008-02-01svc: Make svc_sock_release svc_xprt_releaseTom Tucker1-9/+7
2008-02-01svc: Move the sockaddr information to svc_xprtTom Tucker2-28/+59
2008-02-01svc: Make deferral processing xprt independentTom Tucker2-32/+26
2008-02-01svc: Move the authinfo cache to svc_xprt.Tom Tucker3-35/+45
2008-02-01svc: Remove sk_lastrecvTom Tucker1-4/+1