aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern9-13/+22
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern2-33/+56
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel4-13/+34
2017-10-04samples/bpf: use bpf_prog_query() interfaceAlexei Starovoitov1-0/+36
2017-10-04libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2-1/+22
2017-10-04libbpf: sync bpf.hAlexei Starovoitov1-3/+52
2017-10-04samples/bpf: add multi-prog cgroup test caseAlexei Starovoitov2-7/+185
2017-10-04libbpf: introduce bpf_prog_detach2()Alexei Starovoitov2-0/+13
2017-10-04bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov2-0/+112
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov7-0/+148
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov8-169/+516
2017-10-04net: cache skb_shinfo() in skb_try_coalesce()Eric Dumazet1-13/+16
2017-10-04selftests: rtnetlink: try concurrent change of ifaliasFlorian Westphal1-0/+6
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal3-17/+3
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal2-9/+0
2017-10-04cxgb4vf: make a couple of functions staticColin Ian King1-3/+3
2017-10-04net: core: fix kerneldoc commentFlorian Westphal1-1/+1
2017-10-04ravb: RX checksum offloadSimon Horman1-1/+54
2017-10-03cxgb4: add new T6 pci device id'sGanesh Goudar1-0/+1
2017-10-03sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner5-2/+218
2017-10-03sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner5-2/+377
2017-10-03sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner2-0/+84
2017-10-03sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner2-0/+76
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner8-38/+477
2017-10-03sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner1-0/+5
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner5-13/+50
2017-10-03sctp: factor out stream->in allocationMarcelo Ricardo Leitner1-8/+28
2017-10-03sctp: factor out stream->out allocationMarcelo Ricardo Leitner1-20/+32
2017-10-03sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal4-25/+65
2017-10-03bonding: speed/duplex update at NETDEV_UP eventMahesh Bandewar1-1/+10
2017-10-03mlxsw: spectrum: Add missing error code on allocation failureDan Carpenter1-1/+3
2017-10-03mlxsw: spectrum: Fix check for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-10-03net: dsa: mt7530: make functions mt7530_phy_write staticColin Ian King1-1/+2
2017-10-03net: dsa: lan9303: make functions lan9303_mdio_phy_{read|write} staticColin Ian King1-2/+3
2017-10-03mlxsw: spectrum: mr: Support trap-and-forward routesYotam Gigi1-9/+8
2017-10-03mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast routeYotam Gigi2-0/+9
2017-10-03mlxsw: spectrum: Add trap for multicast trap-and-forward routesYotam Gigi2-0/+15
2017-10-03mlxsw: acl: Introduce ACL trap and forward actionYotam Gigi2-0/+19
2017-10-03ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi1-5/+32
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi2-0/+12
2017-10-03skbuff: Add the offload_mr_fwd_mark fieldYotam Gigi1-0/+1
2017-10-03cxgb4: Update comment for min_mtuArjun Vynipadath1-1/+1
2017-10-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2-6/+7
2017-10-03fm10k: prefer %s and __func__ for diagnostic printsJacob Keller1-2/+16
2017-10-03fm10k: Fix misuse of net_ratelimit()Joe Perches1-1/+2
2017-10-03fm10k: bump version numberJacob Keller1-1/+1
2017-10-03fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller3-4/+133
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller3-42/+397
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller1-45/+22