OSDN Git Service

android-x86/kernel.git
2017-10-26 Doug Bergernet: bcmgenet: enable loopback during UniMAC sw_reset
2017-10-26 Doug Bergernet: bcmgenet: prevent duplicate calls of bcmgenet_dma_...
2017-10-26 Doug Bergernet: bcmgenet: correct bad merge
2017-10-26 Girish Moodalbailmacvlan: remove unused fields in struct macvlan_dev
2017-10-26 Steven J. Hillethernet: cavium: octeon: Switch to using netdev_info().
2017-10-26 Jon Maloytipc: eliminate KASAN warning
2017-10-25 Kees Cookdrivers/net: wan/sbni: Convert timers to use timer_setup()
2017-10-25 Kees Cookdrivers/net: sis: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: atm/mpc: Stop using open-coded timer .data field
2017-10-25 Kees Cooknet: af_packet: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: hsr: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: dccp: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: ethernet/sfc: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: LLC: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: ax25: Convert timers to use timer_setup()
2017-10-25 Kees Cooknet: sctp: Convert timers to use timer_setup()
2017-10-25 David S. MillerMerge branch 'net-remove-rtmsg_ifinfo-used-in-bridge...
2017-10-25 Xin Longbonding: remove rtmsg_ifinfo called after bond_lower_st...
2017-10-25 Xin Longrtnetlink: bring NETDEV_CHANGELOWERSTATE event process...
2017-10-25 Xin Longbonding: remove rtmsg_ifinfo called in bond_master_uppe...
2017-10-25 Xin Longbridge: remove rtmsg_ifinfo called in add_del_if
2017-10-25 David S. MillerMerge branch 'bpf-permit-multiple-bpf-attachments-for...
2017-10-25 Yonghong Songbpf: add a test case to test single tp multiple bpf...
2017-10-25 Yonghong Songbpf: permit multiple bpf attachments for a single perf...
2017-10-25 Yonghong Songbpf: use the same condition in perf event set/free...
2017-10-25 Shmulik Ladkaniip6_tunnel: Allow rcv/xmit even if remote address is...
2017-10-24 David S. MillerMerge branch 'mlxsw-Various-fixes'
2017-10-24 Yotam Gigimlxsw: spectrum: mr_tcam: Include the mr_tcam header...
2017-10-24 Yotam Gigimlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_...
2017-10-24 Yotam Gigimlxsw: spectrum: mr: Fix various endianness issues
2017-10-24 Arkadi Sharshevskymlxsw: spectrum_dpipe: Fix entries dump of the adjacenc...
2017-10-24 Or Gerlitznet/sched: Fix actions list corruption when adding...
2017-10-24 Veerasenareddy... liquidio: pass date and time info to NIC firmware
2017-10-24 Wei Wangipv6: add ip6_null_entry check in rt6_select()
2017-10-24 Christoph Paaschtcp: Configure TFO without cookie per socket and/or...
2017-10-24 Tim Hansennet/sock: Update sk rcu iterator macro.
2017-10-24 Gustavo A.... ipv4: tcp_minisocks: use BUG_ON instead of if condition...
2017-10-24 Gustavo A.... ipv4: icmp: use BUG_ON instead of if condition followed...
2017-10-24 Jesper Dangaard... bpf: cpumap fix potential lost wake-up problem
2017-10-24 Gustavo A.... net: smc_close: mark expected switch fall-through
2017-10-24 Gustavo A.... net: rxrpc: mark expected switch fall-throughs
2017-10-24 David S. MillerMerge branch 'ipv6-addrconf-hash-improvements-and-cleanups'
2017-10-24 Eric Dumazetipv6: addrconf: do not block BH in ipv6_chk_home_addr()
2017-10-24 Eric Dumazetipv6: addrconf: do not block BH in /proc/net/if_inet6...
2017-10-24 Eric Dumazetipv6: addrconf: do not block BH in ipv6_get_ifaddr()
2017-10-24 Eric Dumazetipv6: addrconf: do not block BH in ipv6_chk_addr_and_fl...
2017-10-24 Eric Dumazetipv6: addrconf: add per netns perturbation in inet6_add...
2017-10-24 Eric Dumazetipv6: addrconf: factorize inet6_addr_hash() call
2017-10-24 Eric Dumazetipv6: addrconf: move ipv6_chk_same_addr() to avoid...
2017-10-24 David S. MillerMerge branch 'nfp-bpf-stack-support-in-offload'
2017-10-24 Jakub Kicinskinfp: bpf: optimize mov64 a little
2017-10-24 Jakub Kicinskinfp: bpf: support stack accesses via non-constant pointers
2017-10-24 Jakub Kicinskinfp: bpf: support accessing the stack beyond 64 bytes
2017-10-24 Jakub Kicinskinfp: bpf: allow stack accesses via modified stack registers
2017-10-24 Jakub Kicinskinfp: bpf: optimize the RMW for stack accesses
2017-10-24 Jakub Kicinskinfp: bpf: add stack read support
2017-10-24 Jakub Kicinskinfp: bpf: add stack write support
2017-10-24 Jakub Kicinskinfp: bpf: refactor nfp_bpf_check_ptr()
2017-10-24 Jakub Kicinskinfp: bpf: add helper for emitting nops
2017-10-24 David S. MillerMerge branch 'bpftool-JSON'
2017-10-24 Quentin Monnettools: bpftool: update documentation for --json and...
2017-10-24 Quentin Monnettools: bpftool: add cosmetic changes for the manual...
2017-10-24 Quentin Monnettools: bpftool: provide JSON output for all possible...
2017-10-24 Quentin Monnettools: bpftool: turn err() and info() macros into functions
2017-10-24 Quentin Monnettools: bpftool: add JSON output for `bpftool batch...
2017-10-24 Quentin Monnettools: bpftool: add JSON output for `bpftool map *...
2017-10-24 Quentin Monnettools: bpftool: add JSON output for `bpftool prog dump...
2017-10-24 Quentin Monnettools: bpftool: add JSON output for `bpftool prog dump...
2017-10-24 Quentin Monnettools: bpftool: add JSON output for `bpftool prog show...
2017-10-24 Quentin Monnettools: bpftool: introduce --json and --pretty options
2017-10-24 Quentin Monnettools: bpftool: add option parsing to bpftool, --help...
2017-10-24 Quentin Monnettools: bpftool: copy JSON writer from iproute2 repository
2017-10-24 David S. MillerMerge branch 'tcp-tracepoints'
2017-10-24 Song Liutcp: add tracepoint trace_tcp_set_state()
2017-10-24 Song Liutcp: add tracepoint trace_tcp_destroy_sock
2017-10-24 Song Liutcp: add tracepoint trace_tcp_receive_reset
2017-10-24 Song Liutcp: add tracepoint trace_tcp_send_reset
2017-10-24 Song Liutcp: mark trace event arguments sk and skb as const
2017-10-24 Song Liutcp: add trace event class tcp_event_sk_skb
2017-10-24 David S. MillerMerge branch 'hns3-next'
2017-10-24 Lipengnet: hns3: fix a bug about hns3_clean_tx_ring
2017-10-24 Lipengnet: hns3: remove redundant memset when alloc buffer
2017-10-24 Lipengnet: hns3: fix the TX/RX ring.queue_index in hns3_ring_...
2017-10-24 Lipengnet: hns3: get vf count by pci_sriov_get_totalvfs
2017-10-24 Lipengnet: hns3: fix the ops check in hns3_get_rxnfc
2017-10-24 Lipengnet: hns3: fix the bug when map buffer fail
2017-10-24 Lipengnet: hns3: fix a bug when alloc new buffer
2017-10-24 David S. MillerMerge tag 'batadv-next-for-davem-20171023' of git:...
2017-10-23 Sven Eckelmannbatman-adv: use inline kernel-doc for uapi constants
2017-10-23 Gustavo A.... net: core: rtnetlink: use BUG_ON instead of if conditio...
2017-10-23 Florian Fainellinet: systemport: Guard against unmapped TX ring
2017-10-23 David S. MillerMerge branch 'mlxsw-Add-support-for-non-equal-cost...
2017-10-23 Ido Schimmelmlxsw: spectrum: Add another partition to KVD linear
2017-10-23 Ido Schimmelmlxsw: spectrum: Increase number of linear entries
2017-10-23 Ido Schimmelmlxsw: spectrum_router: Populate adjacency entries...
2017-10-23 Ido Schimmelmlxsw: spectrum_router: Prepare for large adjacency...
2017-10-23 Ido Schimmelmlxsw: spectrum_router: Store weight in nexthop struct
2017-10-23 Ido Schimmelmlxsw: spectrum: Add ability to query KVDL allocation...
2017-10-23 Ido Schimmelmlxsw: spectrum: Better represent KVDL partitions
2017-10-23 Ido Schimmelmlxsw: spectrum_dpipe: Add adjacency group size
next