summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-0214-74/+70
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-0110-42/+76
| |\
| | * net: Initialize flow flags in input pathDavid Ahern2015-09-292-0/+2
| | * net: dsa: fix preparation of a port STP updateVivien Didelot2015-09-291-3/+8
| | * skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-4/+5
| | * net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
| | * net sysfs: Print link speed as signed integerAlexander Stein2015-09-291-2/+1
| | * af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-09-291-1/+14
| | * net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-281-9/+11
| | * l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-09-281-2/+9
| | * sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-281-19/+23
| | * sctp: Whitespace fixKarl Heiss2015-09-281-2/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-015-35/+2
| |\ \ | | |/ | |/|
| | * xprtrdma: Replace global lkey with lkey local to PDChuck Lever2015-09-255-35/+2
* | | bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov2015-10-011-1/+1
* | | bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov2015-10-012-7/+12
* | | bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov2015-10-015-118/+75
* | | bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov2015-10-011-1/+3
* | | bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov2015-10-011-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-2933-561/+491
|\ \ \
| * | | bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman2015-09-292-16/+14
| * | | ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-295-7/+6
| * | | ipv4: Pass struct net into ip_route_me_harderEric W. Biederman2015-09-297-9/+10
| * | | netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman2015-09-291-7/+9
| * | | netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman2015-09-293-3/+3
| * | | ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-294-4/+4
| * | | Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2015-09-2517-515/+445
| |\ \ \
| | * | | ipvs: Pass ipvs into ip_vs_gather_fragsEric W. Biederman2015-09-241-4/+5
| | * | | ipvs: Remove skb_sknetEric W. Biederman2015-09-241-15/+10
| | * | | ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman2015-09-242-8/+6
| | * | | ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman2015-09-242-8/+4
| | * | | ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_rerouteEric W. Biederman2015-09-241-8/+7
| | * | | ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6Eric W. Biederman2015-09-241-8/+7
| | * | | ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6Eric W. Biederman2015-09-241-22/+14
| | * | | ipvs: Pass ipvs into ip_vs_inEric W. Biederman2015-09-241-9/+5
| | * | | ipvs: Pass ipvs into ip_vs_outEric W. Biederman2015-09-241-9/+6
| | * | | ipvs: Pass ipvs not net into sysctl_nat_icmp_sendEric W. Biederman2015-09-241-4/+3
| | * | | ipvs: Simplify ipvs and net access in ip_vs_leaveEric W. Biederman2015-09-241-6/+2
| | * | | ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leaveEric W. Biederman2015-09-241-10/+3
| | * | | ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_statsEric W. Biederman2015-09-241-2/+2
| | * | | ipvs: Pass ipvs into ensure_mtu_is adequateEric W. Biederman2015-09-241-6/+5
| | * | | ipvs: Pass ipvs into __ip_vs_get_out_rt_v6Eric W. Biederman2015-09-241-8/+13
| | * | | ipvs: Pass ipvs into __ip_vs_get_out_rtEric W. Biederman2015-09-241-7/+8
| | * | | ipvs: Better derivation of ipvs in ip_vs_tunnel_xmitEric W. Biederman2015-09-241-2/+2
| | * | | ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman2015-09-245-24/+15
| | * | | ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman2015-09-242-7/+7
| | * | | ipvs: Pass ipvs not net into ip_vs_conn_net_flushEric W. Biederman2015-09-241-3/+4
| | * | | ipvs: Pass ipvs not net to ip_vs_conn_hashkeyEric W. Biederman2015-09-241-4/+4
| | * | | ipvs: Pass ipvs into conn_out_getEric W. Biederman2015-09-244-8/+10
| | * | | ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman2015-09-243-8/+7
OpenPOWER on IntegriCloud