aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-0513-88/+58
|\
| * [PKT_SCHED]: vlan tag matchStephen Hemminger2008-02-051-0/+17
| * [NET] rtnetlink.c: remove no longer used functionsAdrian Bunk2008-02-051-44/+0
| * [ICMP]: Restore pskb_pull calls in receive functionHerbert Xu2008-02-052-2/+4
| * [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.Pavel Emelyanov2008-02-052-4/+4
| * bluetooth rfcomm tty: destroy before tty_close()Dave Young2008-02-051-1/+2
| * bluetooth: uninliningAndrew Morton2008-02-051-11/+19
| * bluetooth: hidp_process_hid_control remove unnecessary parameter dealingDave Young2008-02-051-18/+1
| * [SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identi...Wei Yongjun2008-02-051-3/+3
| * [SCTP]: Fix kernel panic while received AUTH chunk while enabled authWei Yongjun2008-02-051-0/+4
| * [IPV4]: Formatting fix for /proc/net/fib_trie.Denis V. Lunev2008-02-051-2/+1
| * [NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git...Rami Rosen2008-02-051-2/+2
| * [IPSEC] xfrm4_beet_input(): fix an if()Adrian Bunk2008-02-051-1/+1
* | NetLabel: introduce a new kernel configuration API for NetLabelPaul Moore2008-02-055-3/+184
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-02-042-5/+32
|\
| * virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell2008-02-041-3/+1
| * virtio: simplify config mechanism.Rusty Russell2008-02-041-2/+2
| * virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...Rusty Russell2008-02-041-0/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-043-5/+5
|\ \
| * | typo fixes in net/core/net_namespace.cOliver Pinter2008-02-031-2/+2
| * | typo fix in net/rfkill/rfkill.cOliver Pinter2008-02-031-1/+1
| * | typo fixes in net/sctp/sm_statefuns.cOliver Pinter2008-02-031-2/+2
| |/
* | Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/...David S. Miller2008-02-035-9/+28
|\ \
| * | mac80211: fix initialisation error pathJohannes Berg2008-02-011-7/+7
| * | mac80211 rate control: fix section mismatchJohannes Berg2008-02-012-2/+2
| * | mac80211: make alignment warning optionalJohannes Berg2008-02-012-0/+19
* | | [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-0310-93/+87
| |/ |/|
* | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-0218-1206/+4530
|\ \
| * | SUNRPC: RPC program information is stored in unsigned integersChuck Lever2008-02-012-4/+5
| * | SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-017-42/+33
| * | SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-011-17/+42
| * | rdma: makefileTom Tucker2008-02-011-0/+5
| * | rdma: ONCRPC RDMA protocol marshallingTom Tucker2008-02-011-0/+412
| * | rdma: SVCRDMA sendtoTom Tucker2008-02-011-0/+520
| * | rdma: SVCRDMA recvfromTom Tucker2008-02-011-0/+586
| * | rdma: SVCRDMA Core Transport ServicesTom Tucker2008-02-011-0/+1080
| * | rdma: SVCRDMA Transport ModuleTom Tucker2008-02-011-0/+266
| * | svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-0/+35
| * | knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-011-0/+2
| * | svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-0/+35
| * | svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-012-0/+59
| * | svc: Add transport hdr size for defer/revisitTom Tucker2008-02-012-9/+29
| * | svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-012-810/+777
| * | svc: Make svc_check_conn_limits xprt independentTom Tucker2008-02-011-12/+12
| * | svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-011-14/+24
| * | svc: Move create logic to common codeTom Tucker2008-02-012-39/+43
| * | svc: Make svc_age_temp_sockets svc_age_temp_transportsTom Tucker2008-02-011-18/+19
| * | svc: Make svc_recv transport neutralTom Tucker2008-02-011-31/+32
| * | svc: Make svc_sock_release svc_xprt_releaseTom Tucker2008-02-011-9/+7
| * | svc: Move the sockaddr information to svc_xprtTom Tucker2008-02-012-28/+59