aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-21net/xen-netback: Remove unused code in xenvif_rx_actionJulien Grall1-5/+0
2015-06-21net/xen-netfront: Correct printf format in xennet_get_responsesJulien Grall1-1/+1
2015-06-21net: rds: use for_each_sg() for scatterlist parsingFabian Frederick1-8/+14
2015-06-21packet: free packet_rollover after synchronize_netWillem de Bruijn2-1/+3
2015-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-282/+444
2015-06-18netfilter: xtables: fix warnings on 32bit platformsFlorian Westphal1-4/+4
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman12-15/+0
2015-06-18netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso6-7/+16
2015-06-18netfilter: use forward declaration instead of including linux/proc_fs.hPablo Neira Ayuso2-1/+2
2015-06-18net: include missing headers in net/net_namespace.hPablo Neira Ayuso1-0/+2
2015-06-18net: sched: Simplify em_ipset_matchEric W. Biederman1-2/+2
2015-06-18netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman2-4/+0
2015-06-18netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso4-239/+315
2015-06-18netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.cPablo Neira Ayuso2-0/+1
2015-06-18netfilter: x_tables: align per cpu xt_counterEric Dumazet1-2/+4
2015-06-18netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flagHarout Hedeshian2-6/+61
2015-06-18netfilter: nfnetlink_queue: add security context informationRoman Kubiak2-2/+37
2015-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-109/+84
2015-06-18net: stmmac: dwmac-rk: Don't add function name in info or err messagesRomain Perier1-39/+36
2015-06-17fm10k: Fix missing braces after if statementAlexander Duyck1-1/+2
2015-06-17fm10k: fix iov_msg_lport_state_pf issueJacob Keller1-0/+8
2015-06-17fm10k: remove err_no reference in fm10k_mbx.cJacob Keller1-5/+0
2015-06-17fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2-3/+3
2015-06-17fm10k: pack TLV overlay structuresJacob Keller1-4/+4
2015-06-17fm10k: re-map all possible VF queues after a VFLRJacob Keller1-0/+6
2015-06-17fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller1-15/+23
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller1-18/+6
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller1-1/+1
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller1-2/+1
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller1-1/+1
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller1-0/+1
2015-06-17fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller1-1/+1
2015-06-17fm10k: move setting shinfo inside ts_tx_enqueueJacob Keller1-3/+3
2015-06-17fm10k: use correct ethernet driver Tx timestamp functionJacob Keller1-2/+3
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller1-7/+1
2015-06-17fm10k: fold fm10k_pull_tail into fm10k_add_rx_fragAlexander Duyck1-46/+20
2015-06-15bpf: disallow bpf tc programs access current->pid,uidAlexei Starovoitov1-6/+0
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-15Merge branch 'sock_diag_destruction_events'David S. Miller12-7/+209
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek4-4/+54
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek5-2/+7
2015-06-15sock_diag: define destruction multicast groupsCraig Gallek5-1/+148
2015-06-15Merge branch 'mlx4-vf-counters'David S. Miller20-70/+587
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha5-0/+93
2015-06-15net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha4-2/+75
2015-06-15net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha5-3/+49
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha4-24/+76
2015-06-15IB/mlx4: Set VF to read from QP countersEran Ben Elisha1-2/+4
2015-06-15IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha4-17/+39
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha6-4/+77