| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETNS]: Process ARP in the context of the correct namespace. | Denis V. Lunev | 2008-03-24 | 1 | -14/+9 |
* | [NETNS]: Minor information leak via /proc/net/ptype file. | Pavel Emelyanov | 2008-03-24 | 1 | -3/+4 |
* | [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace. | Pavel Emelyanov | 2008-03-24 | 2 | -3/+33 |
* | [UDP-Lite]: Clean up proc creation a bit. | Pavel Emelyanov | 2008-03-24 | 1 | -3/+11 |
* | [NETNS][TCP]: Register /proc/net/tcp in a namespace. | Pavel Emelyanov | 2008-03-24 | 1 | -2/+17 |
* | [NETNS][UDP]: Register /proc/net/udp in a namespace. | Pavel Emelyanov | 2008-03-24 | 1 | -2/+17 |
* | Merge branch 'master' of ../net-2.6/ | David S. Miller | 2008-03-24 | 12 | -57/+43 |
|\ |
|
| * | sch_htb: fix "too many events" situation | Martin Devera | 2008-03-24 | 1 | -6/+7 |
| * | connector: convert to single-threaded workqueue | Evgeniy Polyakov | 2008-03-24 | 1 | -1/+1 |
| * | [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. | Wang Chen | 2008-03-24 | 2 | -3/+20 |
| * | [SUNGEM]: Fix NAPI assertion failure. | David S. Miller | 2008-03-23 | 1 | -1/+1 |
| * | BNX2X: prevent ethtool from setting port type | Eliezer Tamir | 2008-03-23 | 1 | -34/+2 |
| * | [9P] net/9p/trans_fd.c: remove unused variable | Julia Lawall | 2008-03-23 | 1 | -2/+0 |
| * | [IPV6] net/ipv6/ndisc.c: remove unused variable | Julia Lawall | 2008-03-23 | 1 | -2/+0 |
| * | [IPV4] fib_trie: fix warning from rcu_assign_poinger | Stephen Hemminger | 2008-03-23 | 1 | -2/+5 |
| * | [TCP]: Let skbs grow over a page on fast peers | Herbert Xu | 2008-03-22 | 1 | -2/+2 |
| * | [DLCI]: Fix tiny race between module unload and sock_ioctl. | Pavel Emelyanov | 2008-03-21 | 1 | -4/+3 |
| * | [SCTP]: Fix build warnings with IPV6 disabled. | David S. Miller | 2008-03-21 | 1 | -1/+1 |
| * | [IPV4]: Fix null dereference in ip_defrag | Phil Oester | 2008-03-21 | 1 | -1/+1 |
* | | [CASSINI]: Use shorter list_splice_init() macro for brevity. | Robert P. J. Day | 2008-03-24 | 1 | -8/+4 |
* | | [SCTP]: Remove redundant wrapper functions. | Florian Westphal | 2008-03-24 | 3 | -19/+3 |
* | | [SCTP]: Replace char msg[] with static const char[]. | Florian Westphal | 2008-03-24 | 2 | -5/+5 |
* | | fib_trie: print information on all routing tables | Stephen Hemminger | 2008-03-24 | 1 | -84/+95 |
* | | [AF_PACKET]: Remove unused variable. | Jiri Olsa | 2008-03-24 | 1 | -2/+1 |
* | | [TCP]: Shrink syncookie_secret by 8 byte. | Florian Westphal | 2008-03-24 | 3 | -4/+4 |
* | | [NET]: include/linux/udp.h - remove duplicate include | Joe Perches | 2008-03-24 | 1 | -11/+7 |
* | | [NET]: include/linux/igmp.h - remove duplicate include | Joe Perches | 2008-03-24 | 1 | -21/+17 |
* | | [NET]: include/linux/atalk.h - remove duplicate include | Joe Perches | 2008-03-24 | 1 | -2/+0 |
* | | [NET]: include/net/route.h - remove duplicate include | Joe Perches | 2008-03-24 | 1 | -1/+0 |
* | | [IPV6]: Remove unused code in ndisc_send_redirect(). | Rami Rosen | 2008-03-24 | 1 | -3/+0 |
* | | [8390]: Fix build error. | David S. Miller | 2008-03-23 | 1 | -1/+1 |
* | | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-03-23 | 103 | -63196/+25090 |
|\ \ |
|
| * | | ixgbe: Increment version | Auke Kok | 2008-03-17 | 1 | -1/+1 |
| * | | ixgbe: Add optional DCA infrastructure | Jeb Cramer | 2008-03-17 | 2 | -0/+157 |
| * | | ixgbe: Introduce adaptive interrupt moderation | Ayyappan Veeraiyan | 2008-03-17 | 3 | -12/+232 |
| * | | ixgbe: Introduce Multiqueue TX | Ayyappan Veeraiyan | 2008-03-17 | 2 | -5/+66 |
| * | | ixgbe: Introduce MSI-X queue vector code | Ayyappan Veeraiyan | 2008-03-17 | 2 | -350/+826 |
| * | | /drivers/net/atarilance.c replaced init_module&cleanup_module with module_ini... | Jon Schindler | 2008-03-17 | 1 | -3/+4 |
| * | | /drivers/net/at1700.c replaced init_module&cleanup_module with module_init&mo... | Jon Schindler | 2008-03-17 | 1 | -3/+4 |
| * | | /drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul... | Jon Schindler | 2008-03-17 | 1 | -3/+4 |
| * | | /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module... | Jon Schindler | 2008-03-17 | 1 | -2/+4 |
| * | | /drivers/net/8390.c replaced init_module&cleanup_module with module_init&modu... | Jon Schindler | 2008-03-17 | 1 | -2/+4 |
| * | | smc91x: make superh use default config V2 | Magnus Damm | 2008-03-17 | 1 | -30/+0 |
| * | | smc91x: add insw/outsw to default config V2 | Magnus Damm | 2008-03-17 | 1 | -0/+2 |
| * | | smc91x: introduce platform data flags V2 | Magnus Damm | 2008-03-17 | 3 | -27/+77 |
| * | | smc91x: pass along private data V2 | Magnus Damm | 2008-03-17 | 2 | -275/+280 |
| * | | S2io: Version update for multiqueue and vlan patches | Sreenivasa Honnur | 2008-03-17 | 1 | -1/+1 |
| * | | S2io: Support for vlan_rx_kill_vid entry point | Sreenivasa Honnur | 2008-03-17 | 2 | -50/+71 |
| * | | S2io: Multiqueue network device support - FIFO selection based on L4 ports | Sreenivasa Honnur | 2008-03-17 | 2 | -19/+150 |
| * | | S2io: Multiqueue network device support implementation | Sreenivasa Honnur | 2008-03-17 | 2 | -30/+186 |