summaryrefslogtreecommitdiffstats
path: root/Documentation/vfio.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy5-0/+5
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy2-22/+25
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy1-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy1-36/+20
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso1-0/+3
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen2-30/+136
2014-01-07netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy1-3/+36
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy5-1/+10
2014-01-07netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy2-0/+6
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy9-2/+116
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy7-25/+45
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy4-7/+8
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy5-96/+81
2014-01-07netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso1-1/+2
2014-01-07net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-07ipv4: loopback device: ignore value changes after device is uppedJiri Pirko1-0/+2
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail5-1/+26
2014-01-07net/mlx4_en: fix error return code in mlx4_en_get_qp()Wei Yongjun1-2/+3
2014-01-07r8152: correct some messagesHayes Wang1-10/+13
2014-01-07bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller1-2/+2
2014-01-07gre_offload: statically build GRE offloading supportEric Dumazet4-16/+7
2014-01-07bgmac: fix typosHauke Mehrtens1-2/+2
2014-01-07ovs: make functions localStephen Hemminger4-6/+7
2014-01-07openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1
2014-01-07openvswitch: Use skb_zerocopy() for upcallThomas Graf1-8/+29
2014-01-07openvswitch: Pass datapath into userspace queue functionsThomas Graf1-20/+14
2014-01-07openvswitch: Drop user features if old user space attempted to create datapathThomas Graf2-1/+30
2014-01-07openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf3-0/+20
2014-01-07net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf3-55/+92
2014-01-07openvswitch: remove duplicated include from flow_table.cWei Yongjun1-2/+0
2014-01-07net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2-17/+2
2014-01-07openvswitch: Per cpu flow stats.Pravin B Shelar7-55/+210
2014-01-07openvswitch: Enable memory mapped Netlink i/oThomas Graf1-27/+29
2014-01-07netlink: Avoid netlink mmap alloc if msg size exceeds frame sizeThomas Graf1-0/+4
2014-01-07genl: Add genlmsg_new_unicast() for unicast message allocationThomas Graf2-0/+25
2014-01-07openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross3-3/+4
2014-01-07openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou3-14/+16
2014-01-07openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff1-2/+2
2014-01-07openvswitch: Correct comment.Ben Pfaff1-5/+1
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2-32/+16
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com1-141/+108
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-01-06vxlan: keep original skb ownershipEric Dumazet1-21/+10
2014-01-06tcp: out_of_order_queue do not use its lockEric Dumazet3-3/+6
2014-01-06ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa1-2/+2
2014-01-06hso: fix handling of modem port SERIAL_STATE notificationsDan Williams1-2/+11
2014-01-06bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico1-1/+1
2014-01-06r8152: replace the return value of rtl_ops_inithayeswang1-9/+11