Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [IPV4]: inet_select_addr() annotations | Al Viro | 2006-09-28 | 6 | -9/+9 | |
* | [IPV4]: ip_route_connect() ipv4 address arguments annotated | Al Viro | 2006-09-28 | 4 | -4/+4 | |
* | [IPV4]: annotate rt_hash_code() users | Al Viro | 2006-09-28 | 1 | -17/+17 | |
* | [IPV4]: ip_rt_redirect() annotations | Al Viro | 2006-09-28 | 1 | -3/+3 | |
* | [IPV4]: ip_route_input() annotations | Al Viro | 2006-09-28 | 3 | -12/+14 | |
* | [ATM]: use NIPQUAD instead of open-coding it | Al Viro | 2006-09-28 | 2 | -18/+7 | |
* | [TR]: endiannness annotations | Al Viro | 2006-09-28 | 1 | -6/+6 | |
* | [ATALK]: endianness annotations | Al Viro | 2006-09-28 | 1 | -51/+28 | |
* | [NET] Kconfig: fix cut/paste error in TCPPROBE | Grant Grundler | 2006-09-28 | 1 | -1/+1 | |
* | [IPV6]: bh_lock_sock_nested on tcp_v6_rcv | Fabio Olive Leite | 2006-09-28 | 1 | -1/+1 | |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-27 | 3 | -34/+46 | |
|\ | ||||||
| * | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-26 | 23 | -1427/+1300 | |
| |\ | ||||||
| * | | [PATCH] bcm43xx: WE-21 support | Larry Finger | 2006-09-25 | 1 | -4/+4 | |
| * | | [PATCH] WE-21 support (core API) | John W. Linville | 2006-09-25 | 2 | -30/+42 | |
* | | | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 | |
* | | | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 2 | -6/+5 | |
| |/ |/| | ||||||
* | | [NetLabel]: update docs with website information | Paul Moore | 2006-09-25 | 1 | -1/+4 | |
* | | [NetLabel]: rework the Netlink attribute handling (part 2) | Paul Moore | 2006-09-25 | 6 | -830/+895 | |
* | | [NetLabel]: rework the Netlink attribute handling (part 1) | Paul Moore | 2006-09-25 | 5 | -548/+67 | |
* | | [NetLabel]: make the CIPSOv4 cache spinlocks bottom half safe | Paul Moore | 2006-09-25 | 1 | -8/+8 | |
* | | [NetLabel]: correct improper handling of non-NetLabel peer contexts | Paul Moore | 2006-09-25 | 2 | -15/+56 | |
* | | [TCP]: make cubic the default | Stephen Hemminger | 2006-09-24 | 1 | -6/+6 | |
* | | [TCP]: default congestion control menu | Stephen Hemminger | 2006-09-24 | 3 | -6/+47 | |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 | David S. Miller | 2006-09-24 | 7 | -15/+219 | |
|\ \ | |/ |/| | ||||||
| * | [DCCP]: Introduce dccp_probe | Ian McDonald | 2006-09-24 | 3 | -0/+216 | |
| * | [DCCP]: Use constants for CCIDs | Ian McDonald | 2006-09-24 | 2 | -2/+2 | |
| * | [DCCP]: Allow default/fallback service code. | Gerrit Renker | 2006-09-24 | 2 | -13/+1 | |
* | | [PATCH] fix iptables __user misannotations | Al Viro | 2006-09-24 | 1 | -3/+3 | |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-24 | 10 | -113/+274 | |
|\ \ | |/ |/| | ||||||
| * | net/ieee80211: fix more crypto-related build breakage | Jeff Garzik | 2006-09-22 | 2 | -3/+19 | |
| * | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-22 | 21 | -319/+443 | |
| |\ | ||||||
| * \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-20 | 2 | -4/+6 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-19 | 13 | -41/+50 | |
| |\ \ \ | ||||||
| * | | | | [PATCH] ethtool: allow const ethtool_ops | Stephen Hemminger | 2006-09-13 | 1 | -7/+7 | |
| * | | | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil... | Jeff Garzik | 2006-09-06 | 5 | -60/+132 | |
| |\ \ \ \ | ||||||
| | * | | | | [PATCH] ieee80211: Workaround malformed 802.11 frames from AP | Zhu Yi | 2006-08-29 | 1 | -7/+10 | |
| | * | | | | [PATCH] ieee80211: Fix TKIP and WEP decryption error on SMP machines | Zhu Yi | 2006-08-29 | 2 | -41/+84 | |
| | * | | | | [PATCH] ieee80211: TKIP and CCMP replay check rework | Zhu Yi | 2006-08-29 | 2 | -3/+36 | |
| | * | | | | [PATCH] ieee80211: remove ieee80211_tx() is_queue_full warning | Zhu Yi | 2006-08-29 | 1 | -7/+0 | |
| | * | | | | [PATCH] ieee80211: Fix header->qos_ctl endian issue | Zhu Yi | 2006-08-29 | 2 | -2/+2 | |
| | * | | | | Merge branch 'from-linus' into upstream | John W. Linville | 2006-08-29 | 20 | -299/+273 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'from-linus' into upstream | John W. Linville | 2006-08-22 | 13 | -75/+91 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'from-linus' into upstream | John W. Linville | 2006-08-14 | 31 | -119/+249 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'upstream-fixes' into upstream | John W. Linville | 2006-08-04 | 1 | -1/+23 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'from-linus' into upstream | John W. Linville | 2006-08-04 | 27 | -122/+430 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-04 | 9 | -30/+46 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-08-29 | 20 | -299/+273 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'upstream-fixes' into upstream | Jeff Garzik | 2006-08-19 | 33 | -127/+250 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'upstream-fixes' into upstream | Jeff Garzik | 2006-08-08 | 1 | -1/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-08-07 | 11 | -67/+90 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ |