aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01net: dsa: prepare master receive hot pathVivien Didelot2-0/+8
2017-10-01net: dsa: add tagging ops to portVivien Didelot4-3/+4
2017-10-01net: dsa: use temporary dsa_device_ops variableVivien Didelot2-6/+10
2017-10-01net: dsa: use cpu_dp in master codeVivien Didelot1-20/+22
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot9-101/+39
2017-10-01net_sched: remove redundant assignment to retColin Ian King1-1/+0
2017-10-01net: ipmr: make function ipmr_notifier_init staticColin Ian King1-1/+1
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni2-21/+38
2017-10-01IPv4: early demux can return an error codePaolo Abeni3-19/+26
2017-10-01ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long1-2/+3
2017-10-01ip6_gre: ip6gre_tap device should keep dstXin Long1-0/+1
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long1-0/+1
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2017-09-30net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski1-0/+12
2017-09-30net: ipv6: send NS for DAD when link operationally upMike Manning1-6/+6
2017-09-29net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern1-3/+3
2017-09-29net: ipv4: remove fib_weightDavid Ahern1-9/+0
2017-09-29tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran1-1/+1
2017-09-29net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov4-2/+41
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2-16/+0
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-09-28packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-1/+3
2017-09-28packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-09-28rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal1-3/+7
2017-09-28rtnetlink: add helpers to dump netnsid informationFlorian Westphal1-11/+19
2017-09-28rtnetlink: add helpers to dump vf informationFlorian Westphal1-19/+31
2017-09-28rtnetlink: add helper to put master and link ifindexesFlorian Westphal1-5/+27
2017-09-28net: dsa: Fix network device registration orderFlorian Fainelli1-13/+18
2017-09-28net_sched: use idr to allocate u32 filter handlesCong Wang1-41/+67
2017-09-28net_sched: use idr to allocate basic filter handlesCong Wang1-15/+22
2017-09-28net_sched: use idr to allocate bpf filter handlesCong Wang1-29/+28
2017-09-28inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet1-4/+7
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet1-2/+2
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi1-0/+12
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi1-0/+3
2017-09-27ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi1-0/+53
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi1-2/+135
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi1-3/+5
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter1-1/+3
2017-09-26net: dsa: use phy_ethtool_nway_resetVivien Didelot1-9/+1
2017-09-26net: dsa: use phy_ethtool_set_link_ksettingsVivien Didelot1-11/+1
2017-09-26net: dsa: use phy_ethtool_get_link_ksettingsVivien Didelot1-12/+1
2017-09-26net: dsa: use slave device phydevVivien Didelot2-64/+53
2017-09-26net: dsa: return -ENODEV is there is no slave PHYVivien Didelot1-15/+15
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann4-9/+102
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann5-13/+13
2017-09-26l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2-2/+4
2017-09-26kcm: Remove redundant unlikely()Tobias Klauser1-1/+1