Age | Commit message (Expand) | Author | Files | Lines |
2015-02-13 | net: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -22/+8 |
2015-02-12 | memcg: cleanup static keys decrement | Vladimir Davydov | 1 | -0/+4 |
2015-02-12 | Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 6 | -151/+209 |
2015-02-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2 | -26/+40 |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -5/+3 |
2015-02-11 | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 10 | -517/+628 |
2015-02-11 | mm: gup: use get_user_pages_unlocked | Andrea Arcangeli | 1 | -4/+2 |
2015-02-11 | mm: page_counter: pull "-1" handling out of page_counter_memparse() | Johannes Weiner | 1 | -1/+1 |
2015-02-11 | cipso: don't use IPCB() to locate the CIPSO IP option | Paul Moore | 2 | -26/+40 |
2015-02-10 | SUNRPC: Cleanup to remove xs_tcp_close() | Trond Myklebust | 1 | -6/+1 |
2015-02-09 | ipv4: Namespecify TCP PMTU mechanism | Fan Du | 4 | -21/+23 |
2015-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -54/+71 |
2015-02-09 | SUNRPC: Fix stupid typo in xs_sock_set_reuseport | Trond Myklebust | 1 | -2/+3 |
2015-02-09 | tcp: don't include Fast Open option in SYN-ACK on pure SYN-data | Yuchung Cheng | 1 | -5/+8 |
2015-02-09 | openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is set | Thomas Graf | 1 | -1/+1 |
2015-02-09 | ipv6: Make __ipv6_select_ident static | Vlad Yasevich | 1 | -1/+2 |
2015-02-09 | ipv6: Fix fragment id assignment on LE arches. | Vlad Yasevich | 1 | -1/+1 |
2015-02-09 | bridge: Fix inability to add non-vlan fdb entry | Toshiaki Makita | 1 | -7/+5 |
2015-02-09 | net: dsa: Remove redundant phy_attach() | Andrew Lunn | 1 | -13/+0 |
2015-02-09 | tipc: remove tipc_snprintf | Richard Alpe | 4 | -60/+4 |
2015-02-09 | tipc: nl compat add noop and remove legacy nl framework | Richard Alpe | 12 | -301/+13 |
2015-02-09 | tipc: convert legacy nl stats show to nl compat | Richard Alpe | 2 | -35/+15 |
2015-02-09 | tipc: convert legacy nl net id get to nl compat | Richard Alpe | 2 | -23/+18 |
2015-02-09 | tipc: convert legacy nl net id set to nl compat | Richard Alpe | 2 | -26/+14 |
2015-02-09 | tipc: convert legacy nl node addr set to nl compat | Richard Alpe | 3 | -27/+27 |
2015-02-09 | tipc: convert legacy nl node dump to nl compat | Richard Alpe | 4 | -60/+22 |
2015-02-09 | tipc: convert legacy nl media dump to nl compat | Richard Alpe | 4 | -24/+19 |
2015-02-09 | tipc: convert legacy nl socket dump to nl compat | Richard Alpe | 4 | -89/+111 |
2015-02-09 | tipc: convert legacy nl name table dump to nl compat | Richard Alpe | 4 | -190/+101 |
2015-02-09 | tipc: convert legacy nl link stat reset to nl compat | Richard Alpe | 4 | -41/+27 |
2015-02-09 | tipc: convert legacy nl link prop set to nl compat | Richard Alpe | 4 | -153/+48 |
2015-02-09 | tipc: convert legacy nl link dump to nl compat | Richard Alpe | 4 | -79/+23 |
2015-02-09 | tipc: convert legacy nl link stat to nl compat | Richard Alpe | 6 | -192/+205 |
2015-02-09 | tipc: convert legacy nl bearer enable/disable to nl compat | Richard Alpe | 4 | -57/+149 |
2015-02-09 | tipc: convert legacy nl bearer dump to nl compat | Richard Alpe | 4 | -34/+273 |
2015-02-09 | tipc: move and rename the legacy nl api to "nl compat" | Richard Alpe | 13 | -76/+130 |
2015-02-09 | SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG | Trond Myklebust | 1 | -2/+2 |
2015-02-09 | SUNRPC: Handle connection reset more efficiently. | Trond Myklebust | 1 | -16/+18 |
2015-02-09 | SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag | Trond Myklebust | 2 | -2/+0 |
2015-02-09 | SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release | Trond Myklebust | 1 | -5/+1 |
2015-02-09 | SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection | Trond Myklebust | 1 | -2/+2 |
2015-02-09 | SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT | Trond Myklebust | 1 | -3/+0 |
2015-02-09 | SUNRPC: Remove TCP socket linger code | Trond Myklebust | 1 | -35/+0 |
2015-02-08 | net:rfs: adjust table size checking | Eric Dumazet | 1 | -1/+1 |
2015-02-08 | SUNRPC: Remove TCP client connection reset hack | Trond Myklebust | 1 | -66/+1 |
2015-02-08 | SUNRPC: TCP/UDP always close the old socket before reconnecting | Trond Myklebust | 1 | -2/+3 |
2015-02-08 | SUNRPC: Add helpers to prevent socket create from racing | Trond Myklebust | 2 | -6/+38 |
2015-02-08 | SUNRPC: Ensure xs_reset_transport() resets the close connection flags | Trond Myklebust | 1 | -16/+13 |
2015-02-08 | SUNRPC: Do not clear the source port in xs_reset_transport | Trond Myklebust | 1 | -2/+0 |
2015-02-08 | SUNRPC: Handle EADDRINUSE on connect | Trond Myklebust | 2 | -0/+5 |