summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-35/+0
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck1-0/+9
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck1-0/+2
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller5-20/+19
2014-12-10Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2-2/+0
2014-12-10Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller1-0/+3
2014-12-10tcp: refine TSO autosizingEric Dumazet1-1/+1
2014-12-10bury memcpy_toiovec()Al Viro1-1/+0
2014-12-10skb_copy_datagram_iovec() can dieAl Viro1-2/+0
2014-12-10switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-12/+4
2014-12-10put iov_iter into msghdrAl Viro2-8/+11
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-2/+3
2014-12-10switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-1/+1
2014-12-10Merge branch 'iov_iter' into for-davem-2Al Viro1-0/+6
2014-12-10ipvlan: move the device check function into netdevice.hMahesh Bandewar1-0/+10
2014-12-10netdevice: Add a function to check macvlan portMahesh Bandewar1-0/+5
2014-12-10dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa1-21/+2
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-2/+1
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar1-0/+5
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-12/+30
2014-12-09net: Add functions for handling padding frame and adding to lengthAlexander Duyck2-1/+35
2014-12-09net/mlx5_core: Remove unused dev cap enum fieldsEli Cohen1-8/+0
2014-12-09tipc: convert name table read-write lock to RCUYing Xue1-0/+9
2014-12-09net: bcmgenet: enable driver to work without a device treePetri Gynther1-0/+18
2014-12-09copy_from_iter_nocache()Al Viro1-0/+1
2014-12-09new helper: iov_iter_kvec()Al Viro1-0/+2
2014-12-09csum_and_copy_..._iter()Al Viro1-0/+2
2014-12-09hyperv: Add support for vNIC hot removalHaiyang Zhang1-0/+2
2014-12-09iov_iter.c: handle ITER_KVEC directlyAl Viro1-0/+1
2014-12-07can: dev: Consolidate and unify state change handlingAndri Yngvason1-0/+3
2014-12-06net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2-0/+5
2014-12-03bridge: add brport flags to dflt bridge_getlinkScott Feldman1-1/+2
2014-12-03bridge: add new brport flag LEARNING_SYNCScott Feldman1-0/+1
2014-12-03bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman1-0/+12
2014-12-03bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman1-0/+18
2014-12-03bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman1-0/+5
2014-12-03net: introduce generic switch devices supportJiri Pirko1-0/+10
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko1-8/+8
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2-5/+9
2014-12-02NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard1-1/+0
2014-12-02NFC: st21nfca: Remove gpio_irq field in static and dts configurationChristophe Ricard1-1/+0
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-4/+10
2014-11-29Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-11-26Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-1/+1
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-1/+1
2014-11-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+1
2014-11-26Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquet...Linus Torvalds1-1/+0
2014-11-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller1-5/+18
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar1-0/+4
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+0