summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-13i40e: Make it clear a parameter is never usedCarolyn Wyborny1-1/+2
2015-10-13i40e/i40evf: Add new link status definesShannon Nelson2-2/+6
2015-10-13net: vrf: Documentation update, ip commandsDavid Ahern1-2/+299
2015-10-13mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang1-10/+2
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet4-18/+26
2015-10-13can: at91: remove at91_can_dataAlexandre Belloni2-26/+0
2015-10-13can: avoid using timeval for uapiArnd Bergmann2-6/+16
2015-10-13can: sun4i: fix MODULE_DESCRIPTIONGerhard Bertelsmann1-1/+1
2015-10-13can: sun4i: fix arbitration lost error reportingGerhard Bertelsmann1-1/+1
2015-10-13Merge branch 'bridge-vlan'David S. Miller7-71/+135
2015-10-13bridge: vlan: move back vlan_flushNikolay Aleksandrov3-10/+25
2015-10-13bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov1-8/+1
2015-10-13bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfoNikolay Aleksandrov1-8/+13
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov6-53/+104
2015-10-13Merge branch 'vrf-ipv6'David S. Miller9-16/+386
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern5-14/+63
2015-10-13net: Add IPv6 support to VRF deviceDavid Ahern2-2/+275
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern2-0/+2
2015-10-13net: Add IPv6 support to l3mdevDavid Ahern1-0/+46
2015-10-13bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov1-1/+9
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-13Merge branch 'dsa-mv88e6xxx-fix-hardware-bridging'David S. Miller5-203/+26
2015-10-13net: dsa: mv88e6xxx: fix hardware bridgingVivien Didelot4-50/+3
2015-10-13net: dsa: do not warn unsupported bridge opsVivien Didelot1-1/+1
2015-10-13net: dsa: mv88e6xxx: do not support per-port FIDVivien Didelot2-63/+11
2015-10-13net: dsa: mv88e6xxx: bridges do not need an FIDVivien Didelot2-110/+32
2015-10-13RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan1-0/+3
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan1-1/+8
2015-10-13qlcnic: constify qlcnic_mbx_ops structureJulia Lawall2-3/+3
2015-10-12bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-12atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck1-1/+2
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu1-15/+17
2015-10-12net: hns: fix the unknown phy_nterface_t type errorhuangdaode1-0/+1
2015-10-12tun: use sk_fullsock() before reading sk->sk_tsflagsEric Dumazet1-1/+1
2015-10-12Merge branch 'netns-defrag'David S. Miller11-26/+27
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman4-6/+5
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman8-19/+20
2015-10-12ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman1-1/+2
2015-10-12packet: fix match_fanout_group()Eric Dumazet1-3/+3
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller117-1410/+2677
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni4-3/+33
2015-10-12bridge: try switchdev op first in __vlan_vid_add/delJiri Pirko1-36/+22
2015-10-12BNX2: free temp_stats_blk on error pathwangweidong1-0/+2
2015-10-12Merge branch 'setsockopt_incoming_cpu'David S. Miller16-42/+72
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet2-2/+4
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet9-25/+28
2015-10-12net: align sk_refcnt on 128 bytes boundaryEric Dumazet3-5/+16
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet6-11/+25
2015-10-12packet: support per-packet fwmark for af_packet sendmsgEdward Jee1-1/+9