index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio_net: exploit napi_complete_done() return value
Eric Dumazet
2017-02-05
1
-5
/
+6
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
2017-02-04
14
-153
/
+129
|
\
|
*
i40e: add interrupt rate limit verbosity
Alan Brady
2017-02-03
1
-3
/
+10
|
*
i40e: refactor macro INTRL_USEC_TO_REG
Alan Brady
2017-02-03
3
-3
/
+16
|
*
i40e: remove unused function
Mitch Williams
2017-02-03
2
-36
/
+0
|
*
i40e: Remove FPK HyperV VF device ID
Jayaprakash Shanmugam
2017-02-03
2
-2
/
+0
|
*
i40e: Quick refactor to start moving data off stack and into Tx buffer info
Alexander Duyck
2017-02-03
2
-40
/
+54
|
*
i40e: remove unnecessary __packed
Tushar Dave
2017-02-03
1
-2
/
+2
|
*
i40evf: remove unused device ID
Mitch Williams
2017-02-03
1
-1
/
+0
|
*
i40e: Deprecating unused macro
Bimmy Pujari
2017-02-03
4
-18
/
+3
|
*
i40e: when adding or removing MAC filters, correctly handle VLANs
Jacob Keller
2017-02-03
2
-10
/
+7
|
*
i40e: avoid O(n^2) loop when deleting all filters
Jacob Keller
2017-02-03
3
-2
/
+3
|
*
i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
Jacob Keller
2017-02-03
3
-16
/
+18
|
*
i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlan
Jacob Keller
2017-02-03
1
-4
/
+1
|
*
i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlan
Jacob Keller
2017-02-03
2
-13
/
+6
|
*
i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
Jacob Keller
2017-02-03
2
-6
/
+12
*
|
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
2017-02-03
1
-3
/
+4
*
|
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
2017-02-03
4
-21
/
+0
*
|
enic: Remove local ndo_busy_poll() implementation.
David S. Miller
2017-02-03
2
-139
/
+5
*
|
ixgbevf: get rid of custom busy polling code
Eric Dumazet
2017-02-03
3
-215
/
+0
*
|
ixgbe: get rid of custom busy polling code
Eric Dumazet
2017-02-03
4
-224
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-02-03
65
-680
/
+646
|
\
\
|
*
|
netfilter: allow logging from non-init namespaces
Michal Kubeček
2017-02-02
7
-4
/
+41
|
*
|
ipvs: free ip_vs_dest structs when refcnt=0
David Windsor
2017-02-02
2
-6
/
+4
|
*
|
netfilter: merge ctinfo into nfct pointer storage area
Florian Westphal
2017-02-02
7
-26
/
+28
|
*
|
netfilter: guarantee 8 byte minalign for template addresses
Florian Westphal
2017-02-02
2
-5
/
+26
|
*
|
netfilter: add and use nf_ct_set helper
Florian Westphal
2017-02-02
12
-34
/
+24
|
*
|
skbuff: add and use skb_nfct helper
Florian Westphal
2017-02-02
15
-29
/
+36
|
*
|
netfilter: reduce direct skb->nfct usage
Florian Westphal
2017-02-02
2
-9
/
+15
|
*
|
netfilter: reset netfilter state when duplicating packet
Florian Westphal
2017-02-02
2
-2
/
+2
|
*
|
netfilter: conntrack: no need to pass ctinfo to error handler
Florian Westphal
2017-02-02
8
-20
/
+16
|
*
|
netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()
Feng
2017-02-02
1
-23
/
+25
|
*
|
netfilter: nf_tables: eliminate useless condition checks
Gao Feng
2017-01-18
1
-12
/
+3
|
*
|
netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family
Liping Zhang
2017-01-18
1
-1
/
+27
|
*
|
netfilter: pkttype: unnecessary to check ipv6 multicast address
Liping Zhang
2017-01-18
2
-6
/
+2
|
*
|
xtables: extend matches and targets with .usersize
Willem de Bruijn
2017-01-09
14
-0
/
+23
|
*
|
xtables: use match, target and data copy_to_user helpers in compat
Willem de Bruijn
2017-01-09
1
-10
/
+4
|
*
|
ebtables: use match, target and data copy_to_user helpers
Willem de Bruijn
2017-01-09
1
-31
/
+47
|
*
|
arptables: use match, target and data copy_to_user helpers
Willem de Bruijn
2017-01-09
1
-10
/
+5
|
*
|
ip6tables: use match, target and data copy_to_user helpers
Willem de Bruijn
2017-01-09
1
-15
/
+6
|
*
|
iptables: use match, target and data copy_to_user helpers
Willem de Bruijn
2017-01-09
1
-15
/
+6
|
*
|
xtables: add xt_match, xt_target and data copy_to_user functions
Willem de Bruijn
2017-01-09
2
-0
/
+63
|
*
|
netfilter: xt_connlimit: use rb_entry()
Geliang Tang
2017-01-05
1
-2
/
+2
|
*
|
netfilter: conntrack: validate SCTP crc32c in PREROUTING
Davide Caratti
2017-01-05
1
-0
/
+32
|
*
|
netfilter: select LIBCRC32C together with SCTP conntrack
Davide Caratti
2017-01-05
1
-1
/
+1
|
*
|
netfilter: nft_ct: add average bytes per packet support
Liping Zhang
2017-01-03
2
-1
/
+23
|
*
|
netfilter: nf_tables: add missing descriptions in nft_ct_keys
Liping Zhang
2017-01-03
1
-0
/
+3
|
*
|
netfilter: nat: merge udp and udplite helpers
Florian Westphal
2017-01-03
3
-86
/
+66
|
*
|
netfilter: merge udp and udplite conntrack helpers
Florian Westphal
2017-01-03
6
-341
/
+125
*
|
|
Merge branch 'mlxsw-Introduce-TC-Flower-offload-using-TCAM'
David S. Miller
2017-02-03
25
-16
/
+5184
|
\
\
\
[next]