summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall
2015-11-23Merge branch 'ipmr-cleanups'David S. Miller
2015-11-23net: ipmr: factor out common vif init codeNikolay Aleksandrov
2015-11-23net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov
2015-11-23net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov
2015-11-23net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov
2015-11-23net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov
2015-11-23net: ipmr: fix code and comment styleNikolay Aleksandrov
2015-11-23net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov
2015-11-23net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov
2015-11-23net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov
2015-11-23Merge branch 'rhashtable-test-enhancements'David S. Miller
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter
2015-11-23rhashtable-test: calculate max_entries value by defaultPhil Sutter
2015-11-23rhashtable-test: retry insert operationsPhil Sutter
2015-11-23rhashtable-test: add cond_resched() to thread testPhil Sutter
2015-11-23Merge branch 'dsa-gpio-reset'David S. Miller
2015-11-23dsa: mv88e6xxx.c: Hardware reset the chip if availableAndrew Lunn
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn
2015-11-22gianfar: use of_property_read_bool()Saurabh Sengar
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern
2015-11-20net: avoid NULL deref in napi_get_frags()Eric Dumazet
2015-11-20ravb: use clock rate as basis for GTI.TIVSimon Horman
2015-11-20dl2k: Implement suspendOndrej Zary
2015-11-20dl2k: Reorder and cleanup initializationOndrej Zary
2015-11-20dl2k: Handle memory allocation errors in alloc_listOndrej Zary
2015-11-20Merge branch 'tipc-cleanups-improvements'David S. Miller
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy
2015-11-20Merge branch 'bnx2x-stats'David S. Miller
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz
2015-11-20Merge branch 'ppp-kill-zombie-state'David S. Miller
2015-11-20ppp: remove PPPOX_ZOMBIE socket stateGuillaume Nault
2015-11-20ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()Guillaume Nault
2015-11-20Merge branch 'mlxsw-vlan'David S. Miller
2015-11-20mlxsw: spectrum: Add error paths to __mlxsw_sp_port_vlans_addIdo Schimmel
2015-11-20mlxsw: spectrum: Unify setting of HW VLAN filtersIdo Schimmel
2015-11-20mlxsw: spectrum: Use correct PVID value when removing VLANsIdo Schimmel
2015-11-20bpf: add show_fdinfo handler for mapsDaniel Borkmann
2015-11-20net: encx24j600: move rev announcement to probe functionJon Ringle
2015-11-18Merge branch 'net-generic-busy-polling'David S. Miller
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet