index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-18
ipvs: Read hooknum from state rather than ops->hooknum
Eric W. Biederman
1
-8
/
+8
2015-09-18
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
16
-18
/
+24
2015-09-18
act_connmark: Remember the struct net instead of guessing it.
Eric W. Biederman
2
-1
/
+3
2015-09-18
netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6
Eric W. Biederman
7
-44
/
+14
2015-09-18
netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...
Eric W. Biederman
5
-20
/
+15
2015-09-18
netfilter: nf_tables: Pass struct net in nft_pktinfo
Eric W. Biederman
1
-1
/
+2
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
17
-43
/
+41
2015-09-18
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
8
-1
/
+9
2015-09-18
netfilter: nf_tables: kill nft_pktinfo.ops
Eric W. Biederman
25
-64
/
+54
2015-09-18
inet netfilter: Prefer state->hook to ops->hooknum
Eric W. Biederman
6
-21
/
+21
2015-09-18
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
Eric W. Biederman
17
-41
/
+25
2015-09-18
netfilter: ebtables: Simplify the arguments to ebt_do_table
Eric W. Biederman
5
-19
/
+20
2015-09-18
sch_dsmark: improve memory locality
Eric Dumazet
1
-30
/
+33
2015-09-18
net: bcmgenet: Implement RX coalescing control knobs
Florian Fainelli
2
-3
/
+105
2015-09-18
net: bcmgenet: Implement TX coalescing control knobs
Florian Fainelli
2
-3
/
+50
2015-09-18
lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.
Woojung.Huh@microchip.com
2
-4
/
+0
2015-09-18
lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...
Woojung.Huh@microchip.com
1
-38
/
+52
2015-09-18
lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...
Woojung.Huh@microchip.com
2
-232
/
+40
2015-09-18
lan78xx: Update to use phylib instead of mii_if_info.
Woojung.Huh@microchip.com
1
-362
/
+256
2015-09-18
lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.
Woojung.Huh@microchip.com
1
-0
/
+2
2015-09-18
lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHY
Woojung.Huh@microchip.com
1
-1
/
+1
2015-09-18
net: Initialize table in fib result
David Ahern
1
-0
/
+2
2015-09-18
bpf: add bpf_redirect() helper
Alexei Starovoitov
9
-1
/
+91
2015-09-18
cls_bpf: introduce integrated actions
Daniel Borkmann
5
-12
/
+68
2015-09-18
net: only check perm protocol when register proto
Junwei Zhang
1
-11
/
+5
2015-09-18
bonding: use l4 hash if available
Eric Dumazet
1
-0
/
+4
2015-09-18
tcp: provide skb->hash to synack packets
Eric Dumazet
6
-6
/
+14
2015-09-18
netfilter: Add blank lines in callers of netfilter hooks
Eric W. Biederman
4
-0
/
+4
2015-09-18
netfilter: Pass net into okfn
Eric W. Biederman
37
-94
/
+95
2015-09-18
netfilter: Use nf_hook_state.net
Eric W. Biederman
21
-58
/
+41
2015-09-18
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
31
-120
/
+142
2015-09-18
bridge: Add br_netif_receive_skb remove netif_receive_skb_sk
Eric W. Biederman
3
-8
/
+9
2015-09-18
bridge: Cache net in br_nf_pre_routing_finish
Eric W. Biederman
1
-1
/
+2
2015-09-18
bridge: Pass net into br_nf_push_frag_xmit
Eric W. Biederman
1
-3
/
+8
2015-09-18
bridge: Pass net into br_nf_ip_fragment
Eric W. Biederman
1
-6
/
+6
2015-09-18
ipv6: Compute net once in raw6_send_hdrinc
Eric W. Biederman
1
-2
/
+3
2015-09-18
ipv6: Cache net in ip6_output
Eric W. Biederman
1
-2
/
+2
2015-09-18
ipv6: Only compute net once in ip6_finish_output2
Eric W. Biederman
1
-6
/
+5
2015-09-18
ipv6: Don't recompute net in ip6_rcv
Eric W. Biederman
1
-1
/
+1
2015-09-18
net: Remove dev_queue_xmit_sk
Eric W. Biederman
2
-7
/
+3
2015-09-18
bridge: Introduce br_send_bpdu_finish
Eric W. Biederman
1
-1
/
+6
2015-09-18
arp: Introduce arp_xmit_finish
Eric W. Biederman
1
-1
/
+6
2015-09-18
ipv6: Only compute net once in ip6mr_forward2_finish
Eric W. Biederman
1
-2
/
+3
2015-09-18
ipv4: Only compute net once in ipmr_forward_finish
Eric W. Biederman
1
-2
/
+3
2015-09-18
ipv4: Only compute net once in ip_rcv_finish
Eric W. Biederman
1
-6
/
+4
2015-09-18
ipv4: Only compute net once in ip_finish_output2
Eric W. Biederman
1
-2
/
+3
2015-09-18
ipv4: Explicitly compute net in ip_fragment
Eric W. Biederman
1
-3
/
+2
2015-09-18
ipv4: Only compute net once in ip_do_fragment
Eric W. Biederman
1
-6
/
+8
2015-09-18
ipv4: Don't recompute net in ipmr_queue_xmit
Eric W. Biederman
1
-1
/
+1
2015-09-18
ipv4: Remember the net in ip_output and ip_mc_output
Eric W. Biederman
1
-2
/
+4
[next]