summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-26macvlan: remove unused fields in struct macvlan_devGirish Moodalbail
2017-10-26ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill
2017-10-26tipc: eliminate KASAN warningJon Maloy
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook
2017-10-25drivers/net: sis: Convert timers to use timer_setup()Kees Cook
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook
2017-10-25net: af_packet: Convert timers to use timer_setup()Kees Cook
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-10-25Merge branch 'net-remove-rtmsg_ifinfo-used-in-bridge-and-bonding'David S. Miller
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long
2017-10-25bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long
2017-10-25Merge branch 'bpf-permit-multiple-bpf-attachments-for-a-single-perf-tracepoin...David S. Miller
2017-10-25bpf: add a test case to test single tp multiple bpf attachmentYonghong Song
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani
2017-10-24Merge branch 'mlxsw-Various-fixes'David S. Miller
2017-10-24mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi
2017-10-24mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi
2017-10-24mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi
2017-10-24mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-24ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva
2017-10-24bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer
2017-10-24net: smc_close: mark expected switch fall-throughGustavo A. R. Silva
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-24Merge branch 'ipv6-addrconf-hash-improvements-and-cleanups'David S. Miller
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet
2017-10-24Merge branch 'nfp-bpf-stack-support-in-offload'David S. Miller
2017-10-24nfp: bpf: optimize mov64 a littleJakub Kicinski
2017-10-24nfp: bpf: support stack accesses via non-constant pointersJakub Kicinski
2017-10-24nfp: bpf: support accessing the stack beyond 64 bytesJakub Kicinski