aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Revert "net: bcmgenet: Software reset EPHY after power on"Doug Berger3-18/+0
2017-10-26net: bcmgenet: relax lock constraints to reduce IRQ latencyDoug Berger1-15/+10
2017-10-26net: bcmgenet: rework bcmgenet_netif_start and bcmgenet_netif_stopDoug Berger1-32/+17
2017-10-26net: bcmgenet: cleanup ring interrupt masking and unmaskingDoug Berger1-23/+5
2017-10-26net: bcmgenet: move NAPI initialization to ring initializationDoug Berger1-34/+8
2017-10-26net: bcmgenet: enable loopback during UniMAC sw_resetDoug Berger1-45/+10
2017-10-26net: bcmgenet: prevent duplicate calls of bcmgenet_dma_teardownDoug Berger1-3/+1
2017-10-26net: bcmgenet: correct bad mergeDoug Berger1-17/+1
2017-10-26macvlan: remove unused fields in struct macvlan_devGirish Moodalbail2-15/+4
2017-10-26ethernet: cavium: octeon: Switch to using netdev_info().Steven J. Hill1-13/+11
2017-10-26tipc: eliminate KASAN warningJon Maloy1-1/+1
2017-10-25drivers/net: wan/sbni: Convert timers to use timer_setup()Kees Cook1-13/+8
2017-10-25drivers/net: sis: Convert timers to use timer_setup()Kees Cook2-11/+9
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook1-4/+6
2017-10-25net: af_packet: Convert timers to use timer_setup()Kees Cook1-15/+7
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook3-10/+7
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook5-15/+20
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook9-24/+22
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook3-22/+25
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook3-30/+27
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook5-52/+66
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long2-5/+0
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long1-0/+1
2017-10-25bonding: remove rtmsg_ifinfo called in bond_master_upper_dev_linkXin Long1-8/+3
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long1-3/+0
2017-10-25bpf: add a test case to test single tp multiple bpf attachmentYonghong Song1-13/+53
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song9-56/+255
2017-10-25bpf: use the same condition in perf event set/free bpf handlerYonghong Song1-3/+3
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2-2/+6
2017-10-24mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi1-0/+1
2017-10-24mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi1-1/+1
2017-10-24mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi1-5/+6
2017-10-24mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky1-0/+1
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz1-4/+3
2017-10-24liquidio: pass date and time info to NIC firmwareVeerasenareddy Burru4-3/+166
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang1-1/+1
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch7-6/+37
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-24ipv4: tcp_minisocks: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-24ipv4: icmp: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+3
2017-10-24bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer1-4/+8
2017-10-24net: smc_close: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2017-10-24net: rxrpc: mark expected switch fall-throughsGustavo A. R. Silva3-0/+4
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet1-8/+8
2017-10-24ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet1-3/+3
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2-8/+10
2017-10-24ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet1-10/+5
2017-10-24ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet1-18/+17