index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ghash-generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-18
netfilter: don't pull include/linux/netfilter.h from netns headers
Pablo Neira Ayuso
6
-7
/
+16
2015-06-18
netfilter: use forward declaration instead of including linux/proc_fs.h
Pablo Neira Ayuso
2
-1
/
+2
2015-06-18
net: include missing headers in net/net_namespace.h
Pablo Neira Ayuso
1
-0
/
+2
2015-06-18
net: sched: Simplify em_ipset_match
Eric W. Biederman
1
-2
/
+2
2015-06-18
netfilter: Kill unused copies of RCV_SKB_FAIL
Eric W. Biederman
2
-4
/
+0
2015-06-18
netfilter: bridge: split ipv6 code into separated file
Pablo Neira Ayuso
4
-239
/
+315
2015-06-18
netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c
Pablo Neira Ayuso
2
-0
/
+1
2015-06-18
netfilter: x_tables: align per cpu xt_counter
Eric Dumazet
1
-2
/
+4
2015-06-18
netfilter: xt_socket: add XT_SOCKET_RESTORESKMARK flag
Harout Hedeshian
2
-6
/
+61
2015-06-18
netfilter: nfnetlink_queue: add security context information
Roman Kubiak
2
-2
/
+37
2015-06-16
bpf: disallow bpf tc programs access current->pid,uid
Alexei Starovoitov
1
-6
/
+0
2015-06-16
sfc: mark state UNINIT after unregister
Edward Cree
1
-0
/
+1
2015-06-16
sock_diag: implement a get_info handler for inet
Craig Gallek
4
-4
/
+54
2015-06-16
sock_diag: specify info_size per inet protocol
Craig Gallek
5
-2
/
+7
2015-06-16
sock_diag: define destruction multicast groups
Craig Gallek
5
-1
/
+148
2015-06-16
net/mlx4_en: Support ndo_get_vf_stats
Eran Ben Elisha
5
-0
/
+93
2015-06-16
net/core: Add reading VF statistics through the PF netdevice
Eran Ben Elisha
4
-2
/
+75
2015-06-16
net/mlx4_en: Show PF own statistics via ethtool
Eran Ben Elisha
5
-3
/
+49
2015-06-16
net/mlx4_core: Add helper to query counters
Eran Ben Elisha
4
-24
/
+76
2015-06-16
IB/mlx4: Set VF to read from QP counters
Eran Ben Elisha
1
-2
/
+4
2015-06-16
IB/mlx4: Add RoCE/IB dedicated counters
Eran Ben Elisha
4
-17
/
+39
2015-06-16
net/mlx4_core: Allocate default counter per port
Eran Ben Elisha
6
-4
/
+77
2015-06-16
net/mlx4_core: Add port attribute when tracking counters
Eran Ben Elisha
1
-3
/
+87
2015-06-16
net/mlx4_core: Adjust counter grant policy in the resource tracker
Eran Ben Elisha
1
-4
/
+31
2015-06-16
net/mlx4_core: Remove counters table allocation from VF flow
Eran Ben Elisha
1
-7
/
+18
2015-06-16
net/mlx4_core: Add sink counter
Eran Ben Elisha
4
-6
/
+11
2015-06-16
net/mlx4_core: Reset counters data when freed
Eran Ben Elisha
2
-0
/
+23
2015-06-16
net/mlx4_core: Check before cleaning counters bitmap
Eran Ben Elisha
1
-0
/
+6
2015-06-16
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
3
-10
/
+20
2015-06-16
bonding: export slave's partner_oper_port_state via sysfs and netlink
Nikolay Aleksandrov
3
-0
/
+22
2015-06-16
bonding: export slave's actor_oper_port_state via sysfs and netlink
Nikolay Aleksandrov
3
-1
/
+26
2015-06-16
rocker: move port stop to 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-16
rocker: move MAC learn event back to 'no wait' processing
Scott Feldman
1
-37
/
+3
2015-06-16
rocker: mark STP update as 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-16
rocker: mark neigh update event processing as 'no wait'
Scott Feldman
1
-1
/
+2
2015-06-16
rocker: revert back to support for nowait processes
Scott Feldman
1
-90
/
+112
2015-06-16
rocker: fix neigh tbl index increment race
Scott Feldman
1
-2
/
+2
2015-06-16
rocker: gaurd against NULL rocker_port when removing ports
Scott Feldman
1
-0
/
+2
2015-06-16
net: make u64_stats_init() a function
Eric Dumazet
1
-3
/
+4
2015-06-16
bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlans
Scott Feldman
1
-2
/
+57
2015-06-16
bpf: let kprobe programs use bpf_get_smp_processor_id() helper
Alexei Starovoitov
1
-0
/
+2
2015-06-16
bpf: allow networking programs to use bpf_trace_printk() for debugging
Alexei Starovoitov
4
-8
/
+19
2015-06-16
bpf: introduce current->pid, tgid, uid, gid, comm accessors
Alexei Starovoitov
9
-14
/
+178
2015-06-15
netfilter: nf_tables_netdev: unregister hooks on net_device removal
Pablo Neira Ayuso
3
-4
/
+94
2015-06-15
netfilter: nf_tables: add nft_register_basechain() and nft_unregister_basecha...
Pablo Neira Ayuso
1
-15
/
+37
2015-06-15
netfilter: nf_tables: attach net_device to basechain
Pablo Neira Ayuso
3
-41
/
+46
2015-06-15
netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.
Eric Dumazet
5
-30
/
+19
2015-06-15
netfilter: Kconfig: get rid of parens around depends on
Pablo Neira Ayuso
3
-11
/
+13
2015-06-14
tcp: cdg: use div_u64()
Kenneth Klette Jonassen
1
-1
/
+1
2015-06-14
netfilter: ipset: Fix coding styles reported by checkpatch.pl
Jozsef Kadlecsik
23
-295
/
+327
[next]