summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * copy_from_iter_nocache()Al Viro2014-12-081-0/+1
| * new helper: iov_iter_kvec()Al Viro2014-12-081-0/+2
| * csum_and_copy_..._iter()Al Viro2014-12-081-0/+2
| * iov_iter.c: handle ITER_KVEC directlyAl Viro2014-12-081-0/+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 tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-281-1/+1
| |\ \
| | * \ Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-11-261-1/+1
| | |\ \
| | | * | iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit maskCristina Ciocan2014-11-151-1/+1
| * | | | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-261-1/+1
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-11-251-0/+1
| |\ \ \ \
| | * | | | PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt2014-11-241-0/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquet...Linus Torvalds2014-11-251-1/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | clk-divider: Fix READ_ONLY when divider > 1James Hogan2014-11-171-1/+0
| | |/ /
| * | | Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-11-231-1/+7
| |\ \ \
| | * | | percpu-ref: fix DEAD flag contamination of percpu pointerTejun Heo2014-11-231-1/+7
* | | | | 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
| * | | | | new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-0/+5
* | | | | | ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2014-11-241-0/+4
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-218-14/+34
|\ \ \ \ \ | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-212-1/+7
| |\ \ \ \
| | * | | | can: dev: add can_is_canfd_skb() APIDong Aisheng2014-11-181-0/+6