aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2-5/+9
2014-12-02neigh: sort Neighbor Cache Entry FlagsJiri Pirko1-3/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-6/+18
2014-11-28Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2014-11-28Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-1/+5
2014-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn1-0/+2
2014-11-26Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2014-11-26net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert1-0/+16
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-1/+1
2014-11-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2014-11-25Merge tag 'clk-fixes-for-linus' of https://git.linaro.org/people/mike.turquette/linuxLinus Torvalds2-2/+1
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller5-13/+26
2014-11-24tipc: add tipc_netlink.h to uapi KbuildRichard Alpe1-0/+1
2014-11-24tc_vlan: fix type of tcfv_push_vidJiri Pirko1-1/+1
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+56
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar2-0/+19
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdrAl Viro1-3/+3
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro1-3/+3
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro1-3/+0
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-2/+0
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+3
2014-11-24new helper: memcpy_to_msg()Al Viro1-0/+5
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro2-1/+6
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro1-0/+5
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt1-0/+1
2014-11-23Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+7
2014-11-23percpu-ref: fix DEAD flag contamination of percpu pointerTejun Heo1-1/+7
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-18/+56
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-3/+25
2014-11-21Merge tag 'sound-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2014-11-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller16-173/+741
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe1-0/+11
2014-11-21tipc: add net set to new netlink apiRichard Alpe1-0/+2
2014-11-21tipc: add net dump to new netlink apiRichard Alpe1-0/+11
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe1-0/+12
2014-11-21tipc: add media set to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe1-0/+12
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add link set to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe1-0/+62
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe1-0/+18
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe1-0/+28
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe1-0/+1
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe1-0/+83
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-8/+0