| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-02 | 14 | -74/+70 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-10-02 | 10 | -42/+76 |
| |\ |
|
| | * | net: Initialize flow flags in input path | David Ahern | 2015-09-30 | 2 | -0/+2 |
| | * | net: dsa: fix preparation of a port STP update | Vivien Didelot | 2015-09-30 | 1 | -3/+8 |
| | * | skbuff: Fix skb checksum partial check. | Pravin B Shelar | 2015-09-30 | 1 | -4/+5 |
| | * | net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set | David Ahern | 2015-09-30 | 1 | -1/+2 |
| | * | net sysfs: Print link speed as signed integer | Alexander Stein | 2015-09-29 | 1 | -2/+1 |
| | * | af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag | Aaron Conole | 2015-09-29 | 1 | -1/+14 |
| | * | net: sctp: Don't use 64 kilobyte lookup table for four elements | Denys Vlasenko | 2015-09-29 | 1 | -9/+11 |
| | * | l2tp: protect tunnel->del_work by ref_count | Alexander Couzens | 2015-09-29 | 1 | -2/+9 |
| | * | sctp: Prevent soft lockup when sctp_accept() is called during a timeout event | Karl Heiss | 2015-09-29 | 1 | -19/+23 |
| | * | sctp: Whitespace fix | Karl Heiss | 2015-09-29 | 1 | -2/+2 |
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2015-10-01 | 5 | -35/+2 |
| |\ \
| | |/
| |/| |
|
| | * | xprtrdma: Replace global lkey with lkey local to PD | Chuck Lever | 2015-09-25 | 5 | -35/+2 |
* | | | bridge: vlan: don't pass flags when creating context only | Nikolay Aleksandrov | 2015-10-02 | 1 | -1/+1 |
* | | | bridge: vlan: fix possible null ptr derefs on port init and deinit | Nikolay Aleksandrov | 2015-10-02 | 2 | -7/+12 |
* | | | bridge: vlan: move pvid inside net_bridge_vlan_group | Nikolay Aleksandrov | 2015-10-02 | 5 | -118/+75 |
* | | | bridge: vlan: fix possible null vlgrp deref while registering new port | Nikolay Aleksandrov | 2015-10-02 | 1 | -1/+3 |
* | | | bridge: vlan: adjust rhashtable initial size and hash locks size | Nikolay Aleksandrov | 2015-10-02 | 1 | -0/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-09-30 | 33 | -561/+491 |
|\ \ \ |
|
| * | | | bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 | Eric W. Biederman | 2015-09-29 | 2 | -16/+14 |
| * | | | ipv6: Pass struct net into ip6_route_me_harder | Eric W. Biederman | 2015-09-29 | 5 | -7/+6 |
| * | | | ipv4: Pass struct net into ip_route_me_harder | Eric W. Biederman | 2015-09-29 | 7 | -9/+10 |
| * | | | netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcp | Eric W. Biederman | 2015-09-29 | 1 | -7/+9 |
| * | | | netfilter: Push struct net down into nf_afinfo.reroute | Eric W. Biederman | 2015-09-29 | 3 | -3/+3 |
| * | | | ipv4: Push struct net down into nf_send_reset | Eric W. Biederman | 2015-09-29 | 4 | -4/+4 |
| * | | | Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git... | Pablo Neira Ayuso | 2015-09-25 | 17 | -515/+445 |
| |\ \ \ |
|
| | * | | | ipvs: Pass ipvs into ip_vs_gather_frags | Eric W. Biederman | 2015-09-24 | 1 | -4/+5 |
| | * | | | ipvs: Remove skb_sknet | Eric W. Biederman | 2015-09-24 | 1 | -15/+10 |
| | * | | | ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup) | Eric W. Biederman | 2015-09-24 | 2 | -8/+6 |
| | * | | | ipvs: Remove net argument from ip_vs_tcp_conn_listen | Eric W. Biederman | 2015-09-24 | 2 | -8/+4 |
| | * | | | ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_reroute | Eric W. Biederman | 2015-09-24 | 1 | -8/+7 |
| | * | | | ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6 | Eric W. Biederman | 2015-09-24 | 1 | -8/+7 |
| | * | | | ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6 | Eric W. Biederman | 2015-09-24 | 1 | -22/+14 |
| | * | | | ipvs: Pass ipvs into ip_vs_in | Eric W. Biederman | 2015-09-24 | 1 | -9/+5 |
| | * | | | ipvs: Pass ipvs into ip_vs_out | Eric W. Biederman | 2015-09-24 | 1 | -9/+6 |
| | * | | | ipvs: Pass ipvs not net into sysctl_nat_icmp_send | Eric W. Biederman | 2015-09-24 | 1 | -4/+3 |
| | * | | | ipvs: Simplify ipvs and net access in ip_vs_leave | Eric W. Biederman | 2015-09-24 | 1 | -6/+2 |
| | * | | | ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leave | Eric W. Biederman | 2015-09-24 | 1 | -10/+3 |
| | * | | | ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_stats | Eric W. Biederman | 2015-09-24 | 1 | -2/+2 |
| | * | | | ipvs: Pass ipvs into ensure_mtu_is adequate | Eric W. Biederman | 2015-09-24 | 1 | -6/+5 |
| | * | | | ipvs: Pass ipvs into __ip_vs_get_out_rt_v6 | Eric W. Biederman | 2015-09-24 | 1 | -8/+13 |
| | * | | | ipvs: Pass ipvs into __ip_vs_get_out_rt | Eric W. Biederman | 2015-09-24 | 1 | -7/+8 |
| | * | | | ipvs: Better derivation of ipvs in ip_vs_tunnel_xmit | Eric W. Biederman | 2015-09-24 | 1 | -2/+2 |
| | * | | | ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_schedule | Eric W. Biederman | 2015-09-24 | 5 | -24/+15 |
| | * | | | ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanup | Eric W. Biederman | 2015-09-24 | 2 | -7/+7 |
| | * | | | ipvs: Pass ipvs not net into ip_vs_conn_net_flush | Eric W. Biederman | 2015-09-24 | 1 | -3/+4 |
| | * | | | ipvs: Pass ipvs not net to ip_vs_conn_hashkey | Eric W. Biederman | 2015-09-24 | 1 | -4/+4 |
| | * | | | ipvs: Pass ipvs into conn_out_get | Eric W. Biederman | 2015-09-24 | 4 | -8/+10 |
| | * | | | ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_proto | Eric W. Biederman | 2015-09-24 | 3 | -8/+7 |