Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | xen/balloon: flush persistent kmaps in correct position | Wei Liu | 2014-03-25 | 1 | -6/+18 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | vfs: Allocate anon_inode_inode in anon_inode_init() | Jan Kara | 2014-03-27 | 1 | -22/+8 | |
| * | | | | | Merge tag 'trace-fixes-v3.14-rc7-v2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-03-26 | 1 | -2/+25 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | tracing: Fix traceon trigger condition to actually turn tracing on | Steven Rostedt (Red Hat) | 2014-03-26 | 1 | -2/+25 | |
| * | | | | | | fs: remove now stale label in anon_inode_init() | Linus Torvalds | 2014-03-26 | 1 | -1/+0 | |
| * | | | | | | fs: Avoid userspace mounting anon_inodefs filesystem | Jan Kara | 2014-03-26 | 1 | -3/+0 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | phy/at8031: enable at8031 to work on interrupt mode | Zhao Qiang | 2014-03-29 | 1 | -0/+30 | |
* | | | | | | ipv6: fix checkpatch errors of "foo*" and "foo * bar" | Wang Yufen | 2014-03-29 | 1 | -15/+15 | |
* | | | | | | ipv6: fix checkpatch errors of brace and trailing statements | Wang Yufen | 2014-03-29 | 1 | -8/+10 | |
* | | | | | | ipv6: fix checkpatch errors comments and space | Wang Yufen | 2014-03-29 | 1 | -14/+12 | |
* | | | | | | Merge branch 'netpoll-next' | David S. Miller | 2014-03-29 | 10 | -85/+91 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman | 2014-03-29 | 2 | -5/+10 | |
| * | | | | | | netpoll: Remove strong unnecessary assumptions about skbs | Eric W. Biederman | 2014-03-29 | 1 | -2/+2 | |
| * | | | | | | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman | 2014-03-29 | 3 | -12/+12 | |
| * | | | | | | netpoll: Move rx enable/disable into __dev_close_many | Eric W. Biederman | 2014-03-29 | 1 | -9/+4 | |
| * | | | | | | netpoll: Only call ndo_start_xmit from a single place | Eric W. Biederman | 2014-03-29 | 1 | -25/+36 | |
| * | | | | | | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 2014-03-29 | 9 | -34/+29 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'skb_cow_head' | David S. Miller | 2014-03-29 | 8 | -51/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | wimax/i2400m: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -2/+1 | |
| * | | | | | | tg3: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -2/+1 | |
| * | | | | | | bna: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -6/+4 | |
| * | | | | | | qlge: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -5/+4 | |
| * | | | | | | jme: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -14/+2 | |
| * | | | | | | atl1e: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -7/+7 | |
| * | | | | | | atl1c: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -7/+7 | |
| * | | | | | | atl1: remove open-coded skb_cow_head. | françois romieu | 2014-03-29 | 1 | -8/+7 | |
|/ / / / / / | ||||||
* | | | | | | net: mvneta: use devm_ioremap_resource() instead of of_iomap() | Thomas Petazzoni | 2014-03-29 | 1 | -7/+7 | |
* | | | | | | net: net: add a core netdev->tx_dropped counter | Eric Dumazet | 2014-03-28 | 2 | -3/+6 | |
* | | | | | | packet: respect devices with LLTX flag in direct xmit | Daniel Borkmann | 2014-03-28 | 1 | -20/+20 | |
* | | | | | | net: nlmon: flag nlmon devs with LLTX/SG | Daniel Borkmann | 2014-03-28 | 1 | -1/+2 | |
* | | | | | | cxgb4vf: Adds device Id for few more Chelsio adapters | Hariprasad Shenai | 2014-03-28 | 1 | -0/+8 | |
* | | | | | | cxgb4: Adds device ID for few more Chelsio Adapters | Hariprasad Shenai | 2014-03-28 | 1 | -0/+12 | |
* | | | | | | Merge branch 'mlx4_vxlan' | David S. Miller | 2014-03-28 | 9 | -33/+147 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | net/mlx4: Implement vxlan ndo calls | Or Gerlitz | 2014-03-28 | 4 | -5/+91 | |
| * | | | | | | mlx4: Add support for CONFIG_DEV command | Or Gerlitz | 2014-03-28 | 4 | -0/+52 | |
| * | | | | | | net/mlx4: USe one wrapper that returns -EPERM | Or Gerlitz | 2014-03-28 | 3 | -28/+4 | |
|/ / / / / / | ||||||
* | | | | | | bnx2x: Fix possible memory leak on iov error flow | Yuval Mintz | 2014-03-28 | 1 | -0/+2 | |
* | | | | | | sh_eth: ensure pm_runtime cannot suspend the device during init | Ben Dooks | 2014-03-28 | 1 | -2/+6 | |
* | | | | | | net: stmmac: Add SOCFPGA glue driver | Dinh Nguyen | 2014-03-28 | 5 | -0/+147 | |
* | | | | | | RDMA/cxgb4: set error code on kmalloc() failure | Yann Droneaud | 2014-03-28 | 1 | -1/+3 | |
* | | | | | | Merge branch 'tipc-next' | David S. Miller | 2014-03-28 | 4 | -15/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | tipc: make discovery domain a bearer attribute | Erik Hugne | 2014-03-28 | 3 | -16/+10 | |
| * | | | | | | tipc: fix neighbor detection problem after hw address change | Erik Hugne | 2014-03-28 | 2 | -0/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2014-03-28 | 16 | -61/+131 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | igb: fix race conditions on queuing skb for HW time stamp | Jakub Kicinski | 2014-03-28 | 3 | -2/+7 | |
| * | | | | | | igb: never generate both software and hardware timestamps | Jakub Kicinski | 2014-03-28 | 1 | -2/+2 | |
| * | | | | | | e1000e: remove redundant if clause from PTP work | Jakub Kicinski | 2014-03-28 | 1 | -3/+0 | |
| * | | | | | | e1000e: add timeout for TX HW time stamping work | Jakub Kicinski | 2014-03-28 | 3 | -0/+10 | |
| * | | | | | | i40e: Use DEBUG_FD message level for an FD message | Anjali Singhai Jain | 2014-03-28 | 1 | -2/+3 | |
| * | | | | | | i40e/i40evf: Add an FD message level | Anjali Singhai Jain | 2014-03-28 | 2 | -0/+2 |