| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Fix soft lockups/OOM issues w/ unix garbage collector | dann frazier | 2008-11-26 | 1 | -0/+1 |
* | net: Fix memory leak in the proto_register function | Catalin Marinas | 2008-11-21 | 2 | -0/+2 |
* | mac80211: remove ieee80211_notify_mac | Johannes Berg | 2008-11-18 | 1 | -20/+0 |
* | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar | 2008-11-13 | 1 | -1/+1 |
* | net: unix: fix inflight counting bug in garbage collector | Miklos Szeredi | 2008-11-09 | 1 | -0/+1 |
* | net: Fix recursive descent in __scm_destroy(). | David Miller | 2008-11-06 | 1 | -2/+3 |
* | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys | Alexey Dobriyan | 2008-10-30 | 1 | -0/+2 |
* | net: delete excess kernel-doc notation | Randy Dunlap | 2008-10-30 | 1 | -1/+0 |
* | mac80211.h: fix kernel-doc excesses | Randy Dunlap | 2008-10-27 | 1 | -6/+5 |
* | Phonet: include generic link-layer header size in MAX_PHONET_HEADER | Remi Denis-Courmont | 2008-10-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-23 | 1 | -0/+1 |
|\ |
|
| * | sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state | Wei Yongjun | 2008-10-23 | 1 | -0/+1 |
* | | 9p: fix sparse warnings | Eric Van Hensbergen | 2008-10-22 | 1 | -0/+1 |
* | | 9p: rdma: RDMA Transport Support for 9P | Tom Tucker | 2008-10-22 | 1 | -0/+1 |
* | | 9p: fix debug build error | Eric Van Hensbergen | 2008-10-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric... | Linus Torvalds | 2008-10-20 | 3 | -160/+138 |
|\ |
|
| * | 9p: Improve debug support | Eric Van Hensbergen | 2008-10-17 | 1 | -2/+2 |
| * | 9p: eliminate depricated conv functions | Eric Van Hensbergen | 2008-10-17 | 2 | -97/+12 |
| * | 9p: rework client code to use new protocol support functions | Eric Van Hensbergen | 2008-10-17 | 2 | -3/+11 |
| * | 9p: remove unnecessary tag field from p9_req_t structure | Eric Van Hensbergen | 2008-10-17 | 1 | -2/+0 |
| * | 9p: remove 9p fcall debug prints | Eric Van Hensbergen | 2008-10-17 | 1 | -1/+0 |
| * | 9p: add new protocol support code | Eric Van Hensbergen | 2008-10-17 | 1 | -1/+7 |
| * | 9p: move dirread to fs layer | Eric Van Hensbergen | 2008-10-17 | 1 | -5/+0 |
| * | 9p: move readn meta-function from client to fs layer | Eric Van Hensbergen | 2008-10-17 | 1 | -1/+0 |
| * | 9p: consolidate read/write functions | Eric Van Hensbergen | 2008-10-17 | 1 | -6/+4 |
| * | 9p: make rpc code common and rework flush code | Eric Van Hensbergen | 2008-10-17 | 2 | -6/+5 |
| * | 9p: apply common request code to trans_fd | Eric Van Hensbergen | 2008-10-17 | 1 | -1/+9 |
| * | 9p: move request management to client code | Eric Van Hensbergen | 2008-10-17 | 1 | -0/+77 |
| * | 9p: consolidate transport structure | Eric Van Hensbergen | 2008-10-17 | 2 | -49/+25 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-20 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | netfilter: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array | Patrick McHardy | 2008-10-20 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-16 | 2 | -1/+10 |
|\ \
| |/ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-10-14 | 1 | -1/+2 |
| |\ |
|
| | * | mac80211: fixme for kernel-doc | Randy Dunlap | 2008-10-14 | 1 | -1/+2 |
| * | | netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf... | Pablo Neira Ayuso | 2008-10-14 | 1 | -0/+8 |
| |/ |
|
* | | sysctl: simplify ->strategy | Alexey Dobriyan | 2008-10-16 | 2 | -4/+3 |
* | | include: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 6 | -9/+9 |
* | | Merge branch 'next' into for-linus | James Morris | 2008-10-13 | 2 | -32/+74 |
|\ \
| |/
|/| |
|
| * | netlabel: Add configuration support for local labeling | Paul Moore | 2008-10-10 | 1 | -1/+2 |
| * | cipso: Add support for native local labeling and fixup mapping names | Paul Moore | 2008-10-10 | 1 | -4/+9 |
| * | netlabel: Changes to the NetLabel security attributes to allow LSMs to pass f... | Paul Moore | 2008-10-10 | 1 | -1/+1 |
| * | selinux: Set socket NetLabel based on connection endpoint | Paul Moore | 2008-10-10 | 2 | -0/+18 |
| * | netlabel: Add functionality to set the security attributes of a packet | Paul Moore | 2008-10-10 | 2 | -0/+25 |
| * | netlabel: Add network address selectors to the NetLabel/LSM domain mapping | Paul Moore | 2008-10-10 | 1 | -2/+5 |
| * | netlabel: Replace protocol/NetLabel linking with refrerence counts | Paul Moore | 2008-10-10 | 1 | -10/+11 |
| * | selinux: Fix missing calls to netlbl_skbuff_err() | Paul Moore | 2008-10-10 | 1 | -2/+4 |
| * | netlabel: Remove unneeded in-kernel API functions | Paul Moore | 2008-10-10 | 1 | -13/+0 |
* | | net: fix dummy 'nf_conntrack_event_cache()' | Linus Torvalds | 2008-10-11 | 1 | -1/+1 |
* | | nf_conntrack_ecache.h: Fix missing braces | Guo-Fu Tseng | 2008-10-09 | 1 | -0/+1 |
* | | inet: Make tunnel RX/TX byte counters more consistent | Herbert Xu | 2008-10-09 | 1 | -1/+1 |