summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-12-09ipvlan: move the device check function into netdevice.hMahesh Bandewar
2014-12-09netdevice: Add a function to check macvlan portMahesh Bandewar
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-12-08net: Add functions for handling padding frame and adding to lengthAlexander Duyck
2014-12-08net/mlx5_core: Remove unused dev cap enum fieldsEli Cohen
2014-12-08tipc: convert name table read-write lock to RCUYing Xue
2014-12-08net: bcmgenet: enable driver to work without a device treePetri Gynther
2014-12-08hyperv: Add support for vNIC hot removalHaiyang Zhang
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-02bridge: add new brport flag LEARNING_SYNCScott Feldman
2014-12-02bridge: move private brport flags to if_bridge.h so port drivers can use flagsScott Feldman
2014-12-02bridge: add API to notify bridge driver of learned FBD on offloaded deviceScott Feldman
2014-12-02bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman
2014-12-02net: introduce generic switch devices supportJiri Pirko
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-28Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-11-26Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-11-25Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquet...Linus Torvalds
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt
2014-11-23Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-23percpu-ref: fix DEAD flag contamination of percpu pointerTejun Heo
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-11-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-21mlx5: don't duplicate kvfree()Al Viro
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko
2014-11-21net: move make_writable helper into common codeJiri Pirko
2014-11-21vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko