index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-27
7
-19
/
+50
|
\
|
*
ipv4: send arp replies to the correct tunnel
Jiri Benc
2015-09-24
1
-0
/
+2
|
*
tcp/dccp: fix timewait races in timer handling
Eric Dumazet
2015-09-22
1
-1
/
+13
|
*
ip6tunnel: make rx/tx bytes counters consistent
Nicolas Dichtel
2015-09-21
1
-1
/
+1
|
*
net: Fix behaviour of unreachable, blackhole and prohibit routes
Nikola Forró
2015-09-21
1
-11
/
+19
|
*
net: Fix vti use case with oif in dst lookups
David Ahern
2015-09-18
2
-1
/
+2
|
*
ipv6: include NLM_F_REPLACE in route replace notifications
Roopa Prabhu
2015-09-18
1
-1
/
+2
|
*
ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel
Martin KaFai Lau
2015-09-15
1
-2
/
+2
|
*
ipv6: Fix dst_entry refcnt bugs in ip6_tunnel
Martin KaFai Lau
2015-09-15
1
-2
/
+9
|
*
ipv6: Rename the dst_cache helper functions in ip6_tunnel
Martin KaFai Lau
2015-09-15
1
-2
/
+2
*
|
inet: constify inet_rtx_syn_ack() sock argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
tcp/dccp: constify rtx_synack() and friends
Eric Dumazet
2015-09-25
2
-2
/
+2
*
|
tcp: constify tcp_v{4|6}_send_synack() socket argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
ipv6: constify ip6_xmit() sock argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
tcp: constify tcp_make_synack() socket argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
ip: constify ip_build_and_send_pkt() socket argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
tcp: md5: constify tcp_md5_do_lookup() socket argument
Eric Dumazet
2015-09-25
1
-5
/
+5
*
|
inet: constify ip_dont_fragment() arguments
Eric Dumazet
2015-09-25
1
-3
/
+5
*
|
ipv6: constify inet6_csk_route_req() socket argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
inet: constify inet_csk_route_req() socket argument
Eric Dumazet
2015-09-25
1
-1
/
+1
*
|
inet: constify ip_route_output_flow() socket argument
Eric Dumazet
2015-09-25
2
-5
/
+6
*
|
tcp: constify tcp_openreq_init_rwin()
Eric Dumazet
2015-09-25
1
-1
/
+2
*
|
tcp: constify listener socket in tcp_v[46]_init_req()
Eric Dumazet
2015-09-25
1
-1
/
+2
*
|
switchdev: reduce transaction phase enum down to a boolean
Jiri Pirko
2015-09-25
1
-8
/
+3
*
|
switchdev: remove "ABORT" transaction phase
Jiri Pirko
2015-09-25
1
-1
/
+0
*
|
switchdev: remove "NONE" transaction phase
Jiri Pirko
2015-09-25
1
-1
/
+0
*
|
switchdev: add switchdev_trans_ph_prepare/commit helpers
Jiri Pirko
2015-09-25
1
-0
/
+10
*
|
switchdev: move transaction phase enum under transaction structure
Jiri Pirko
2015-09-25
1
-2
/
+1
*
|
switchdev: introduce transaction item queue for attr_set and obj_add
Jiri Pirko
2015-09-25
1
-3
/
+21
*
|
switchdev: rename "trans" to "trans_ph".
Jiri Pirko
2015-09-25
1
-3
/
+3
*
|
ipv6: remove unused neigh parameter from ndisc functions
Jiri Benc
2015-09-24
2
-6
/
+3
*
|
genetlink: simplify genl_notify
Jiri Benc
2015-09-24
1
-3
/
+2
*
|
net/ethoc: support big-endian register layout
Max Filippov
2015-09-24
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-09-22
13
-61
/
+126
|
\
\
|
*
|
netfilter: Pass net into nf_xfrm_me_harder
Eric W. Biederman
2015-09-18
1
-1
/
+1
|
*
|
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
2015-09-18
3
-19
/
+18
|
*
|
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
2015-09-18
3
-2
/
+4
|
*
|
act_connmark: Remember the struct net instead of guessing it.
Eric W. Biederman
2015-09-18
1
-0
/
+1
|
*
|
netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6
Eric W. Biederman
2015-09-18
2
-2
/
+2
|
*
|
netfilter: nf_tables: Pass struct net in nft_pktinfo
Eric W. Biederman
2015-09-18
1
-1
/
+2
|
*
|
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
2015-09-18
1
-0
/
+1
|
*
|
netfilter: nf_tables: kill nft_pktinfo.ops
Eric W. Biederman
2015-09-18
3
-9
/
+6
|
*
|
Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Pablo Neira Ayuso
2015-09-18
1
-28
/
+92
|
|
\
\
|
|
*
|
ipvs: add sysctl to ignore tunneled packets
Alex Gartrell
2015-09-17
1
-0
/
+11
|
|
*
|
ipvs: add schedule_icmp sysctl
Alex Gartrell
2015-09-01
1
-0
/
+11
|
|
*
|
ipvs: drop inverse argument to conn_{in,out}_get
Alex Gartrell
2015-09-01
1
-8
/
+4
|
|
*
|
ipvs: Add hdr_flags to iphdr
Alex Gartrell
2015-09-01
1
-3
/
+40
|
|
*
|
ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off
Alex Gartrell
2015-09-01
1
-20
/
+29
*
|
|
|
tcp: usec resolution SYN/ACK RTT
Yuchung Cheng
2015-09-22
1
-0
/
+1
[next]