summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-081-1/+2
* net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov2014-12-053-0/+8
* bpf: verifier: add checks for BPF_ABS | BPF_IND instructionsAlexei Starovoitov2014-12-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-057-26/+46
|\
| * netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-12-032-3/+18
| * netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-273-17/+12
| * netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functionsAlvaro Neira2014-11-271-0/+7
| * netfilter: conntrack: avoid zeroing timerFlorian Westphal2014-11-271-6/+9
* | bridge: add brport flags to dflt bridge_getlinkScott Feldman2014-12-021-1/+2
* | bridge: add new hwmode swdevScott Feldman2014-12-021-0/+1
* | bridge: add new brport flag LEARNING_SYNCScott Feldman2014-12-022-0/+2
* | 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-022-0/+19
* | bridge: call netdev_sw_port_stp_update when bridge port STP status changesScott Feldman2014-12-022-0/+12
* | rtnl: expose physical switch id for particular deviceJiri Pirko2014-12-021-0/+1
* | net: introduce generic switch devices supportJiri Pirko2014-12-022-0/+40
* | 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
* | neigh: sort Neighbor Cache Entry FlagsJiri Pirko2014-12-021-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-299-6/+18
|\ \
| * \ 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
| * | | | Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-11-282-1/+5
| |\ \ \ \
| | * | | | ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample formatJussi Laako2014-11-212-1/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-271-0/+2
| |\ \ \ \ \
| | * | | | | net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-0/+2
| * | | | | | 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-252-2/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | clk-divider: Fix READ_ONLY when divider > 1James Hogan2014-11-171-1/+0
| | * | | | | | clk: qcom: Fix duplicate rbcpr clock nameGeorgi Djakov2014-11-171-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | 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
* | | | | | | net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert2014-11-261-0/+16
* | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-255-13/+26
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro2014-11-241-3/+3
| * | | | | | switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro2014-11-241-3/+3
| * | | | | | 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
| * | | | | | switch ipxrtr_route_packet() from iovec to msghdrAl Viro2014-11-241-1/+1
| * | | | | | new helper: memcpy_from_msg()Al Viro2014-11-242-1/+6
| * | | | | | new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-0/+5
* | | | | | | tipc: add tipc_netlink.h to uapi KbuildRichard Alpe2014-11-241-0/+1
* | | | | | | tc_vlan: fix type of tcfv_push_vidJiri Pirko2014-11-241-1/+1