summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-277-19/+50
|\
| * ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+2
| * tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-221-1/+13
| * ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-211-1/+1
| * net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-211-11/+19
| * net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-182-1/+2
| * ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-181-1/+2
| * ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| * ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-151-2/+9
| * ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
* | inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet2015-09-251-1/+1
* | tcp/dccp: constify rtx_synack() and friendsEric Dumazet2015-09-252-2/+2
* | tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet2015-09-251-1/+1
* | ipv6: constify ip6_xmit() sock argumentEric Dumazet2015-09-251-1/+1
* | tcp: constify tcp_make_synack() socket argumentEric Dumazet2015-09-251-1/+1
* | ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet2015-09-251-1/+1
* | tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet2015-09-251-5/+5
* | inet: constify ip_dont_fragment() argumentsEric Dumazet2015-09-251-3/+5
* | ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* | ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet2015-09-251-1/+1
* | inet: constify inet_csk_route_req() socket argumentEric Dumazet2015-09-251-1/+1
* | inet: constify ip_route_output_flow() socket argumentEric Dumazet2015-09-252-5/+6
* | tcp: constify tcp_openreq_init_rwin()Eric Dumazet2015-09-251-1/+2
* | tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet2015-09-251-1/+2
* | switchdev: reduce transaction phase enum down to a booleanJiri Pirko2015-09-251-8/+3
* | switchdev: remove "ABORT" transaction phaseJiri Pirko2015-09-251-1/+0
* | switchdev: remove "NONE" transaction phaseJiri Pirko2015-09-251-1/+0
* | switchdev: add switchdev_trans_ph_prepare/commit helpersJiri Pirko2015-09-251-0/+10
* | switchdev: move transaction phase enum under transaction structureJiri Pirko2015-09-251-2/+1
* | switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko2015-09-251-3/+21
* | switchdev: rename "trans" to "trans_ph".Jiri Pirko2015-09-251-3/+3
* | ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-242-6/+3
* | genetlink: simplify genl_notifyJiri Benc2015-09-241-3/+2
* | net/ethoc: support big-endian register layoutMax Filippov2015-09-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-2213-61/+126
|\ \
| * | netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman2015-09-181-1/+1
| * | netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-183-19/+18
| * | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-183-2/+4
| * | act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman2015-09-181-0/+1
| * | netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2015-09-182-2/+2
| * | netfilter: nf_tables: Pass struct net in nft_pktinfoEric W. Biederman2015-09-181-1/+2
| * | netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-0/+1
| * | netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-183-9/+6
| * | Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2015-09-181-28/+92
| |\ \
| | * | ipvs: add sysctl to ignore tunneled packetsAlex Gartrell2015-09-171-0/+11
| | * | ipvs: add schedule_icmp sysctlAlex Gartrell2015-09-011-0/+11
| | * | ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell2015-09-011-8/+4
| | * | ipvs: Add hdr_flags to iphdrAlex Gartrell2015-09-011-3/+40
| | * | ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell2015-09-011-20/+29
* | | | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-221-0/+1