summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-1139-275/+948
|\
| * net/mlx4: Add support for A0 steeringMatan Barak2014-12-111-2/+15
| * net/mlx4: Add A0 hybrid steeringMatan Barak2014-12-111-2/+8
| * net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-111-2/+19
| * net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak2014-12-111-0/+5
| * net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-0/+4
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-35/+0
| * net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2014-12-101-0/+9
| * net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck2014-12-101-0/+2
| * Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-105-20/+19
| |\
| | * bury memcpy_toiovec()Al Viro2014-12-091-1/+0
| | * skb_copy_datagram_iovec() can dieAl Viro2014-12-091-2/+0
| | * switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro2014-12-091-12/+4
| | * put iov_iter into msghdrAl Viro2014-12-092-8/+11
| | * vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-091-2/+3
| | * switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-1/+1
| | * Merge branch 'iov_iter' into for-davem-2Al Viro2014-12-091-0/+6
| | |\
| * | \ Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-12-092-2/+0
| |\ \ \
| | * | | NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard2014-12-021-1/+0
| | * | | NFC: st21nfca: Remove gpio_irq field in static and dts configurationChristophe Ricard2014-12-021-1/+0
| * | | | Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller2014-12-091-0/+3
| |\ \ \ \
| | * | | | can: dev: Consolidate and unify state change handlingAndri Yngvason2014-12-071-0/+3
| * | | | | tcp: refine TSO autosizingEric Dumazet2014-12-091-1/+1
| | |_|/ / | |/| | |
| * | | | ipvlan: move the device check function into netdevice.hMahesh Bandewar2014-12-091-0/+10
| * | | | netdevice: Add a function to check macvlan portMahesh Bandewar2014-12-091-0/+5
| * | | | dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-21/+2
| * | | | net: avoid two atomic operations in fast clonesEric Dumazet2014-12-091-2/+1
| * | | | rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2014-12-091-0/+5
| * | | | ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-12/+30
| * | | | net: Add functions for handling padding frame and adding to lengthAlexander Duyck2014-12-082-1/+35
| * | | | net/mlx5_core: Remove unused dev cap enum fieldsEli Cohen2014-12-081-8/+0
| * | | | tipc: convert name table read-write lock to RCUYing Xue2014-12-081-0/+9
| * | | | net: bcmgenet: enable driver to work without a device treePetri Gynther2014-12-081-0/+18
| * | | | hyperv: Add support for vNIC hot removalHaiyang Zhang2014-12-081-0/+2
| |/ / /
| * | | net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-052-0/+5
| * | | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-021-1/+2
| * | | bridge: add new brport flag LEARNING_SYNCScott Feldman2014-12-021-0/+1
| * | | bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman2014-12-021-0/+12
| * | | bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman2014-12-021-0/+18
| * | | bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2014-12-021-0/+5
| * | | net: introduce generic switch devices supportJiri Pirko2014-12-021-0/+10
| * | | net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-021-8/+8
| * | | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-022-5/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-295-4/+10
| |\ \ \
| * \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-251-5/+18
| |\ \ \ \
| | * | | | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-241-3/+0
| | * | | | kill zerocopy_sg_from_iovec()Al Viro2014-11-241-2/+0
| | * | | | new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2014-11-241-0/+3
| | * | | | new helper: memcpy_to_msg()Al Viro2014-11-241-0/+5
| | * | | | new helper: memcpy_from_msg()Al Viro2014-11-241-0/+5