aboutsummaryrefslogtreecommitdiffstats
path: root/samples/tracepoints (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy8-107/+133
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy3-88/+42
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy3-26/+20
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy3-132/+37
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy3-30/+11
2014-08-23tipc: clean up socket timer functionJon Paul Maloy2-103/+69
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy3-25/+85
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy12-91/+99
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy2-2/+33
2014-08-22tcp: improve undo on timeoutYuchung Cheng2-16/+12
2014-08-22phylib: use MDIO_DEVS[12]Sergei Shtylyov1-2/+2
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet2-16/+1
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet10-18/+18
2014-08-22vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel1-4/+4
2014-08-22mac80211: fix channel switch for chanctx-based driversMichal Kazior1-1/+1
2014-08-22dp83640: Fix length check for event timestamp status messagesChristian Riesch1-8/+15
2014-08-22net: stmmac: add fix_mac_speed support for socfpgaLey Foon Tan2-0/+67
2014-08-22r8169:add support for RTL8168H and RTL8107EChun-Hao Lin1-18/+452
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko2-0/+3
2014-08-22bnx2x: FW assertion changesAriel Elior1-106/+85
2014-08-22bnx2x: Make BP_VF more robustYuval Mintz1-1/+2
2014-08-22bnx2x: Prevent pci_disable_sriov with assigned VFsYuval Mintz1-4/+8
2014-08-22bnx2x: Prevent IOV if no entries in CAMYuval Mintz1-2/+7
2014-08-22bnx2x: Safe bnx2x_panic_dump()Yuval Mintz1-0/+29
2014-08-22bnx2x: Update driver version to 1.710.51Yuval Mintz1-1/+1
2014-08-22bnx2x: Code cleanupYuval Mintz6-60/+17
2014-08-22bnx2x: Add timestamping and PTP hardware clock supportMichal Kalderon8-13/+984
2014-08-22bnx2x: Utilize FW 7.10.51Dmitry Kravkov7-224/+345
2014-08-22af_decnet: Use time_after_eqHimangi Saraogi1-1/+2
2014-08-22decnet: Use time_after_eqHimangi Saraogi1-1/+2
2014-08-22ipconfig: Use time_beforeHimangi Saraogi1-1/+2
2014-08-22dn_dev: Use time_beforeHimangi Saraogi1-1/+2
2014-08-22br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-22net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-08-22net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-08-22bonding: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-08-22cnic: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-3/+3
2014-08-22ipv4: Restore accept_local behaviour in fib_validate_source()Sébastien Barré1-6/+8
2014-08-22isdn/bas_gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-08-22isdn/gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-08-22hyperv: Increase the buffer length for netvsc_channel_cb()Haiyang Zhang2-4/+16
2014-08-22drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes1-1/+1
2014-08-22net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann1-6/+3
2014-08-22net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann1-1/+1
2014-08-22net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes1-4/+0
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-22net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings()Iyappan Subramanian1-7/+13
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc1-0/+5
2014-08-22net: ipv6: fib: don't sleep inside atomic lockBenjamin Block1-1/+1
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy3-15/+41